renamed/added GTEST path variable

This commit is contained in:
Matthias Möller
2018-06-09 13:32:33 +02:00
parent 2cfb61fba8
commit 0113d98892
3 changed files with 9 additions and 3 deletions

View File

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