Changed gtest path
This commit is contained in:
@@ -8,8 +8,11 @@ MAKE_OPTIONS=""
|
|||||||
BUILDPATH=""
|
BUILDPATH=""
|
||||||
|
|
||||||
# set GTEST path
|
# set GTEST path
|
||||||
# OPTIONS="-DGTEST_ROOT=~/sw/gtest-1.10.0"
|
if [ -d "$HOME/sw/gtest-1.10.0" ]; then
|
||||||
|
OPTIONS="-DGTEST_ROOT=~/sw/gtest-1.10.0"
|
||||||
|
else
|
||||||
OPTIONS="-DGTEST_ROOT=/usr/src/gtest/"
|
OPTIONS="-DGTEST_ROOT=/usr/src/gtest/"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$COMPILER" == "gcc" ]; then
|
if [ "$COMPILER" == "gcc" ]; then
|
||||||
echo "Building with GCC";
|
echo "Building with GCC";
|
||||||
|
|||||||
Reference in New Issue
Block a user