Skip to content

Commit

Permalink
Build script did not recognize lightweight, non annotated tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Mar 31, 2023
1 parent 26006b6 commit 4088953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_package(Git)

if(Git_FOUND)
execute_process(
COMMAND ${GIT_EXECUTABLE} describe --always
COMMAND ${GIT_EXECUTABLE} describe --always --tags
RESULT_VARIABLE GIT_RESULT
OUTPUT_VARIABLE GIT_OUTPUT
ERROR_QUIET
Expand Down

0 comments on commit 4088953

Please sign in to comment.