From ab0bc7de42ae69a734949dce5a672e7770986395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 27 Apr 2021 13:50:16 +0200 Subject: [PATCH] Use right gtest --- CI/ci-linux-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-linux-prepare.sh b/CI/ci-linux-prepare.sh index afe15d6f..5e3a930e 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/" +OPTIONS="-DGTEST_ROOT=~/sw/gtest-1.10.0/lib/cmake/" if [ "$COMPILER" == "gcc" ]; then echo "Building with GCC";