mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 10:11: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
|
||||
"${GIT_EXECUTABLE}"
|
||||
"describe"
|
||||
"--long"
|
||||
"--tags"
|
||||
WORKING_DIRECTORY
|
||||
"${GIT_WORKING_DIR}"
|
||||
RESULT_VARIABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue