From c53f07c170afd5a8b134d28fa3021922ff660da0 Mon Sep 17 00:00:00 2001 From: Christian Gruber Date: Thu, 5 Sep 2019 21:35:57 +0200 Subject: [PATCH] fixup! Remove support for GoogleTest/GoogleMock <= v1.8.0 --- util/ci/ubuntu-16.04-testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ci/ubuntu-16.04-testscript b/util/ci/ubuntu-16.04-testscript index a187801b80..294bb4aec3 100644 --- a/util/ci/ubuntu-16.04-testscript +++ b/util/ci/ubuntu-16.04-testscript @@ -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"