Use right gtest

This commit is contained in:
Jan Möbius
2021-04-27 13:52:01 +02:00
parent ab0bc7de42
commit 66f08232fb

View File

@@ -8,7 +8,7 @@ MAKE_OPTIONS=""
BUILDPATH=""
# set GTEST path
OPTIONS="-DGTEST_ROOT=~/sw/gtest-1.10.0/lib/cmake/"
OPTIONS="-DGTEST_ROOT=~/sw/gtest-1.10.0/lib"
if [ "$COMPILER" == "gcc" ]; then
echo "Building with GCC";