Merge branch 'master' into qt6

This commit is contained in:
Johannes Lenzen
2021-05-03 13:43:34 +02:00
3 changed files with 3 additions and 5 deletions

View File

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