mirror of
https://github.com/Z3Prover/z3
synced 2025-09-10 03:31:25 +00:00
Use '--tags' rather than '--long' for git describe
. Closes #6823
Signed-off-by: Andrew V. Teylu <andrew.teylu@vector.com>
This commit is contained in:
parent
3e216dbb20
commit
4095d85fbc
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ function(get_git_head_describe GIT_DOT_FILE OUTPUT_VAR)
|
||||||
COMMAND
|
COMMAND
|
||||||
"${GIT_EXECUTABLE}"
|
"${GIT_EXECUTABLE}"
|
||||||
"describe"
|
"describe"
|
||||||
"--long"
|
"--tags"
|
||||||
WORKING_DIRECTORY
|
WORKING_DIRECTORY
|
||||||
"${GIT_WORKING_DIR}"
|
"${GIT_WORKING_DIR}"
|
||||||
RESULT_VARIABLE
|
RESULT_VARIABLE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue