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 2d7aa57 commit 7518c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ endif()

find_package(Git)
if(GIT_FOUND AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")

set(GDXSV_PATTERN "$<IF:$<BOOL:${MINGW}>, gdxsv-\\*, ""gdxsv-*""")
set(GDXSV_PATTERN $<IF:${MINGW},"gdxsv-\\*","""gdxsv-*""">)
message(GDXSV_PATTERN="${GDXSV_PATTERN}")
execute_process(
COMMAND ${GIT_EXECUTABLE} describe --tags --always --match ${GDXSV_PATTERN}
Expand Down

0 comments on commit 7518c69

Please sign in to comment.