From aa7770911b77afbbf1d7a99253068988fe70eeb5 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 11 Apr 2020 16:38:43 +0100 Subject: [PATCH] Revert "macOS: remove use of Ninja for now" This reverts commit b954ad8cd794dc1af94a35d608e8f8bb398a6886. --- hudson_mac_build_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudson_mac_build_release.sh b/hudson_mac_build_release.sh index 5e92bd0..6c91395 100755 --- a/hudson_mac_build_release.sh +++ b/hudson_mac_build_release.sh @@ -22,7 +22,7 @@ echo "Build path is: $PATH" # to be necessary all the same #export PKG_CONFIG_PATH=$WORKSPACE/dist/lib/pkgconfig -cmakeCommonArgs="-DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo" +cmakeCommonArgs="-G Ninja -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo" ############################################################################### echo "Starting on SimGear"