Fix checkout of git hash
This commit is contained in:
2
3rdParty/ftxui/CMakeLists.txt
vendored
2
3rdParty/ftxui/CMakeLists.txt
vendored
@@ -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)
|
||||
2
3rdParty/pugixml/CMakeLists.txt
vendored
2
3rdParty/pugixml/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user