build.sh: fix typo that caused us to build Grantlee tests

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-11-05 15:50:11 -08:00
parent a08fa138b8
commit 8c98386732

View file

@ -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