mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE] Call "git describe" with the --long parameter to always output the format we are used to.
This commit is contained in:
parent
b77840d3a2
commit
ef8b17ed0d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if(EXISTS "${REACTOS_SOURCE_DIR}/.git")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7
|
COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7 --long
|
||||||
WORKING_DIRECTORY ${REACTOS_SOURCE_DIR}
|
WORKING_DIRECTORY ${REACTOS_SOURCE_DIR}
|
||||||
OUTPUT_VARIABLE GIT_DESCRIBE_REVISION
|
OUTPUT_VARIABLE GIT_DESCRIBE_REVISION
|
||||||
RESULT_VARIABLE GIT_CALL_RESULT
|
RESULT_VARIABLE GIT_CALL_RESULT
|
||||||
|
|
Loading…
Reference in a new issue