mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build.sh: fix typo that caused us to build Grantlee tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a08fa138b8
commit
8c98386732
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then
|
||||||
cd build
|
cd build
|
||||||
cmake $OLDER_MAC_CMAKE -DCMAKE_BUILD_TYPE=Release \
|
cmake $OLDER_MAC_CMAKE -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT \
|
-DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT \
|
||||||
-DBUILD__TESTS=NO \
|
-DBUILD_TESTS=NO \
|
||||||
$SRC/grantlee
|
$SRC/grantlee
|
||||||
make -j4
|
make -j4
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue