Fix Cmake

did not compile
This commit is contained in:
Simon De Backer
2021-03-02 22:15:44 +01:00
parent 0424eb9fba
commit 170d856007
4 changed files with 11 additions and 7 deletions

View File

@@ -21,6 +21,6 @@ Include(FetchContent)
FetchContent_Declare(
pugixml
GIT_REPOSITORY https://github.com/zeux/pugixml.git
GIT_TAG v1.11.1)
GIT_TAG v1.11.4)
FetchContent_MakeAvailable(pugixml)