3
0
Fork 0
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:
Andrew V. Teylu 2025-08-29 20:01:04 +01:00
parent 3e216dbb20
commit 4095d85fbc
No known key found for this signature in database
GPG key ID: 0D70731673A9B3B6

View file

@ -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