summary refs log tree commit diff
path: root/.ci/macos/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/macos/build.sh')
-rwxr-xr-x.ci/macos/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh
index e4978231..34dee564 100755
--- a/.ci/macos/build.sh
+++ b/.ci/macos/build.sh
@@ -20,6 +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 \
       -DQt6_DIR=${QT_BASEPATH}/lib/cmake \
       -DCI_BUILD=ON
 cmake --build build