Skip to content

Commit 28b1d24

Browse files
committed
stable release 3.3.3
github runner update Signed-off-by: Martin <[email protected]>
1 parent 9e35952 commit 28b1d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
2222
# delete the unstable tag ...
2323
# COMMAND ${GIT_EXECUTABLE} tag -d unstable
2424
# ... to get the real versioned tag
25-
COMMAND ${GIT_EXECUTABLE} describe --dirty
25+
COMMAND ${GIT_EXECUTABLE} describe --tags --dirty
2626
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
2727
OUTPUT_VARIABLE VERSION
2828
OUTPUT_STRIP_TRAILING_WHITESPACE

0 commit comments

Comments
 (0)