fixup! Remove support for GoogleTest/GoogleMock <= v1.8.0

This commit is contained in:
Christian Gruber 2019-09-05 21:35:57 +02:00
parent 97a81980e5
commit c53f07c170

View File

@ -3,7 +3,7 @@
# -e above so that if any command has an exit code != 0, this script will
# exit immediately.
export GTEST_ROOT=/gtest/googletest GMOCK_ROOT=/gtest/googlemock
export GTEST_ROOT=/gtest
export PLATFORM_CMAKE_OPTS="-DALLOW_OLD_GETTEXT=ON"
echo PLATFORM_CMAKE_OPTS= "$PLATFORM_CMAKE_OPTS"