Use right gtest

This commit is contained in:
Jan Möbius
2021-04-27 13:54:31 +02:00
parent 66f08232fb
commit e710d4cb6f

View File

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