From 0c33b64f41a3df961e59612ccd483e7f3b20f2e6 Mon Sep 17 00:00:00 2001 From: Joe Donofry Date: Mon, 16 Jun 2025 22:45:33 -0400 Subject: [PATCH] Fix typo --- .ci/macos/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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