Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vkedwardli committed Jan 12, 2025
1 parent 1bdb547 commit 39b166f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ endif()
find_package(Git)
if(GIT_FOUND AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
set(GIT_DESCRIBE "${GIT_EXECUTABLE} describe --tags --always --match gdxsv-\\*")
message(GIT_DESCRIBE="${GIT_DESCRIBE}")
execute_process(
COMMAND ${GIT_DESCRIBE}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
Expand Down

0 comments on commit 39b166f

Please sign in to comment.