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

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