Update dependency management

This commit is contained in:
2023-11-28 09:28:11 +01:00
parent f83a56b17f
commit 03a9f219cc
11 changed files with 49 additions and 19 deletions

View File

@@ -11,6 +11,6 @@ FetchContent_Declare(
GIT_TAG v1.14
GIT_SHALLOW TRUE
)
set(BUILD_SHARED_LIBS OFF)
set(PUGIXML_BUILD_TESTS OFF)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
set(PUGIXML_BUILD_TESTS OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(pugixml)