Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner authored Nov 6, 2024
1 parent 06c183b commit 5c74248
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 @@ -20,7 +20,7 @@ message("Building for ${CMAKE_SYSTEM_NAME}.")

FetchContent_Declare(mapget
GIT_REPOSITORY "https://github.com/Klebert-Engineering/mapget"
GIT_TAG "release/2024.4.1"
GIT_TAG "v2024.4.1"
GIT_SHALLOW ON)
FetchContent_MakeAvailable(mapget)

Expand Down

0 comments on commit 5c74248

Please sign in to comment.