Fix checkout of git hash

This commit is contained in:
Georg Hagen
2024-12-25 17:18:18 +01:00
parent c08892c1cb
commit ca184f3ca9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ FetchContent_Declare(
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${FTXUI_REPO}
GIT_TAG daa421fa6ad97c8a6c9bd43f77c81862bfa52c77
GIT_SHALLOW TRUE
GIT_SHALLOW FALSE
)
FetchContent_MakeAvailable(ftxui)

View File

@@ -9,7 +9,7 @@ FetchContent_Declare(
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${PUGIXML_REPO}
GIT_TAG 4bc14418d12d289dd9978fdce9490a45deeb653e
GIT_SHALLOW TRUE
GIT_SHALLOW FALSE
)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
set(PUGIXML_BUILD_TESTS OFF CACHE BOOL "" FORCE)