Update dependency management

This commit is contained in:
2021-03-05 20:54:33 +01:00
parent 11e5c0dcd2
commit 7c25151573
7 changed files with 84 additions and 33 deletions

View File

@@ -6,5 +6,6 @@ FetchContent_Declare(
GIT_TAG v1.11.4
GIT_SHALLOW TRUE
)
set(BUILD_SHARED_LIBS OFF)
set(PUGIXML_BUILD_TESTS OFF)
FetchContent_MakeAvailable(pugixml)