use Ninja for deps build on Mac (#10426)

This commit is contained in:
SoftFever
2025-08-17 14:00:29 +08:00
committed by GitHub
parent 173788b25c
commit 9e0df24b9a

View File

@@ -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"