diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh index 614f55ce..c4c92cab 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh @@ -26,7 +26,7 @@ cmake -GNinja -S. -Bbuild \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ -DQt6_DIR=${QT_BASEPATH}/lib/cmake \ - -DCI_BUILD=ON \ + -DCI_BUILD=ON cmake --build build cmake --install build ( cd build