summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/macos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh

index 34dee564..ea6da16d 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh
@@ -20,7 +20,7 @@ cmake -GNinja -S. -Bbuild \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ -DUSE_BUNDLED_OPENSSL=ON \ - -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON \ + -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON -DKDSingleApplication_STATIC=ON \ -DQt6_DIR=${QT_BASEPATH}/lib/cmake \ -DCI_BUILD=ON cmake --build build