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( FetchContent_Declare(
pugixml pugixml
GIT_REPOSITORY https://github.com/zeux/pugixml.git GIT_REPOSITORY https://github.com/zeux/pugixml.git
GIT_TAG v1.11.4) GIT_TAG v1.14)
FetchContent_MakeAvailable(pugixml) FetchContent_MakeAvailable(pugixml)
else() else()

View File

@@ -26,6 +26,6 @@ Include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
SingleApplication SingleApplication
GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
GIT_TAG v3.2.0) GIT_TAG v3.5.1)
FetchContent_MakeAvailable(SingleApplication) FetchContent_MakeAvailable(SingleApplication)