From 9e0df24b9a78c1e81b5c543dec147b9b711f9d8b Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 17 Aug 2025 14:00:29 +0800 Subject: [PATCH] use Ninja for deps build on Mac (#10426) --- build_release_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release_macos.sh b/build_release_macos.sh index d31a8ec6e6..6e31d2949c 100755 --- a/build_release_macos.sh +++ b/build_release_macos.sh @@ -26,7 +26,7 @@ while getopts ":dpa:snt:xbc:h" opt; do x ) export SLICER_CMAKE_GENERATOR="Ninja Multi-Config" export SLICER_BUILD_TARGET="all" - export DEPS_CMAKE_GENERATOR="Ninja Multi-Config" + export DEPS_CMAKE_GENERATOR="Ninja" ;; b ) export BUILD_ONLY="1"