Enable using non-annotated tags in git-describe
This fixes the version string
This commit is contained in:
parent
614aa28a7b
commit
8fc9f503f9
|
@ -20,7 +20,7 @@ list(INSERT CMAKE_MODULE_PATH 0
|
|||
)
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
||||
execute_process(
|
||||
COMMAND git describe --always
|
||||
COMMAND git describe --always --tags
|
||||
OUTPUT_VARIABLE GIT_COMMIT_HASH
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
|
|
Loading…
Reference in a new issue