summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-05 15:50:11 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-05 15:50:11 -0800
commit8c983867320bc3e0ea35f3d19cc9283e7c786b62 (patch)
tree4e09738e26d7865efd05f795af6740efbe5c4d7e
parenta08fa138b838f2faf652742090ff26678c607572 (diff)
downloadsubsurface-8c983867320bc3e0ea35f3d19cc9283e7c786b62.tar.gz
build.sh: fix typo that caused us to build Grantlee tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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