Skip to content

Commit

Permalink
No need to log the git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Feb 19, 2024
1 parent 0d590e5 commit 5e0bbb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/GitVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ if(GIT_FOUND)
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE GIT_TAG
OUTPUT_STRIP_TRAILING_WHITESPACE)

message(STATUS "GIT_TAG: ${GIT_TAG}")
if("${GIT_TAG}" MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)$")
set(GIT_TAG_VERSION "${GIT_TAG}")
else()
Expand Down

0 comments on commit 5e0bbb1

Please sign in to comment.