- add OPTIONS concat

- remove whitespaces, hopefully fix CI
This commit is contained in:
Matthias Möller
2018-06-09 13:41:55 +02:00
parent 0113d98892
commit 5c31bdde8c
2 changed files with 3 additions and 3 deletions

View File

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