diff --git a/CI/ci-linux-prepare.sh b/CI/ci-linux-prepare.sh index ff35c196..5ac59034 100755 --- a/CI/ci-linux-prepare.sh +++ b/CI/ci-linux-prepare.sh @@ -8,7 +8,7 @@ MAKE_OPTIONS="" BUILDPATH="" # set GTEST path -OPTIONS="-DGTEST_ROOT=/usr/src/gtest/" +OPTIONS="" if [ "$COMPILER" == "gcc" ]; then echo "Building with GCC";