Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ld3 authored Sep 28, 2024
1 parent 7ed1261 commit 8a0981a
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 @@ -35,7 +35,7 @@ find_package(Git QUIET)
if(GIT_FOUND)

execute_process(
COMMAND ${GIT_EXECUTABLE} fetch --tags
COMMAND ${GIT_EXECUTABLE} fetch --tags --force
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)

Expand Down

0 comments on commit 8a0981a

Please sign in to comment.