From 8c983867320bc3e0ea35f3d19cc9283e7c786b62 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 5 Nov 2017 15:50:11 -0800 Subject: build.sh: fix typo that caused us to build Grantlee tests Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index 5b2e11cbc..da2250794 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -423,7 +423,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then cd build cmake $OLDER_MAC_CMAKE -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT \ - -DBUILD__TESTS=NO \ + -DBUILD_TESTS=NO \ $SRC/grantlee make -j4 make install -- cgit v1.2.3-70-g09d2