diff --git a/script/setup.sh b/script/setup.sh index 2edac7f9..dcb29e2a 100755 --- a/script/setup.sh +++ b/script/setup.sh @@ -62,7 +62,7 @@ if [ $PLATFORM == "Linux" ] || [ $PLATFORM == "MacOS" ]; then cd build/Debug && cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" ../.. echo -e $INFO "run cmake with Release configuration" - cd ../Release && cmake -G Xcode -DCMAKE_BUILD_TYPE="Release" ../.. + cd ../Release && cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" ../.. fi echo -e $SUCCESS "setup complete"