Bumped git-versions in cmake for pugixml and singleapplication

This commit is contained in:
Magnus Hellströmer
2024-09-08 19:26:24 +02:00
parent d07214ab92
commit 540a248d72
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ if(BUILD_PUGIXML)
FetchContent_Declare(
pugixml
GIT_REPOSITORY https://github.com/zeux/pugixml.git
GIT_TAG v1.11.4)
GIT_TAG v1.14)
FetchContent_MakeAvailable(pugixml)
else()