summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-15 15:20:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-15 15:20:04 +0100
commit57d1dffdbd453af572d1460495edd81427bc2b04 (patch)
tree8deb94ba6a52200c1ea7e44c8f095874e873b17a /CMakeLists.txt
parentUse icns on macOS (diff)
downloadnheko-57d1dffdbd453af572d1460495edd81427bc2b04.tar.xz
Update to SingleApplication 3.3.2 proper
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)