Fix Cmake

did not compile
This commit is contained in:
Simon De Backer
2021-03-02 22:15:44 +01:00
committed by Laurent Trinques
parent 875eaac766
commit b58482a0d5
4 changed files with 11 additions and 7 deletions

View File

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