diff --git a/CI/ci-linux-prepare.sh b/CI/ci-linux-prepare.sh index 5e3a930e..6074282d 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=~/sw/gtest-1.10.0/lib/cmake/" +OPTIONS="-DGTEST_ROOT=~/sw/gtest-1.10.0/lib" if [ "$COMPILER" == "gcc" ]; then echo "Building with GCC";