Skip to content

Commit

Permalink
deps: Track mapget's validity branch instead of a fixed commit, to av…
Browse files Browse the repository at this point in the history
…oid shallow-clone build errors.
  • Loading branch information
MisterGC committed Nov 29, 2024
1 parent 56859a1 commit 4ea104f
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 @@ -20,8 +20,7 @@ message("Building for ${CMAKE_SYSTEM_NAME}.")

FetchContent_Declare(mapget
GIT_REPOSITORY "https://github.com/Klebert-Engineering/mapget"
# Version with new validity model
GIT_TAG "9c706fb9"
GIT_TAG "attribute-validities"
GIT_SHALLOW ON)
FetchContent_MakeAvailable(mapget)

Expand Down

0 comments on commit 4ea104f

Please sign in to comment.