diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-15 15:20:04 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-15 15:20:04 +0100 |
commit | 57d1dffdbd453af572d1460495edd81427bc2b04 (patch) | |
tree | 8deb94ba6a52200c1ea7e44c8f095874e873b17a /CMakeLists.txt | |
parent | Use icns on macOS (diff) | |
download | nheko-57d1dffdbd453af572d1460495edd81427bc2b04.tar.xz |
Update to SingleApplication 3.3.2 proper
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e805621..57dec461 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -509,7 +509,7 @@ endif() # single instance functionality set(QAPPLICATION_CLASS QApplication CACHE STRING "Inheritance class for SingleApplication") -add_subdirectory(third_party/SingleApplication-3.3.0/) +add_subdirectory(third_party/SingleApplication-3.3.2/) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) |