Skip to content

Commit

Permalink
stable release 3.3.3
Browse files Browse the repository at this point in the history
github runner update

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Aug 13, 2023
1 parent 9e35952 commit 28b1d24
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 @@ -22,7 +22,7 @@ if (GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
# delete the unstable tag ...
# COMMAND ${GIT_EXECUTABLE} tag -d unstable
# ... to get the real versioned tag
COMMAND ${GIT_EXECUTABLE} describe --dirty
COMMAND ${GIT_EXECUTABLE} describe --tags --dirty
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
Expand Down

0 comments on commit 28b1d24

Please sign in to comment.