aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
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