Fixed path

This commit is contained in:
Jan Möbius
2015-11-25 16:30:17 +01:00
parent 9ba99ec892
commit 5e39f4e51c

View File

@@ -25,7 +25,7 @@ if [ "$LANGUAGE" == "C++98" ]; then
elif [ "$LANGUAGE" == "C++11" ]; then
echo "Building with C++11";
OPTIONS="$OPTIONS -DCMAKE_CXX_FLAGS='-std=c++11' "
BUILDPATH="$BUILDPATH-cpp98"
BUILDPATH="$BUILDPATH-cpp11"
fi
#########################################