Disable GTEST_ROOT setting on all CI builds

This commit is contained in:
Jan Möbius
2023-11-29 10:39:41 +01:00
parent bb51d0b98f
commit 01d6ca960d
3 changed files with 3 additions and 18 deletions

View File

@@ -11,9 +11,6 @@ export PATH
OPTIONS=""
# set GTEST path
OPTIONS="$OPTIONS -DGTEST_ROOT=~/sw/gtest-1.7.0/"
if [ "$LANGUAGE" == "cpp98" ]; then
echo "Building with C++98";
BUILDPATH="cpp98"