mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-05-01 20:19:42 +00:00
fix versions (commit count)
This commit is contained in:
parent
d398f8cd87
commit
2acf202cf1
@ -56,7 +56,7 @@ endfunction()
|
|||||||
macro(updateGitVars)
|
macro(updateGitVars)
|
||||||
|
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND git rev-list --all --count
|
COMMAND git rev-list --count HEAD
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
OUTPUT_VARIABLE GIT_COMMIT_COUNT
|
OUTPUT_VARIABLE GIT_COMMIT_COUNT
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user