Remove support for GoogleTest/GoogleMock <= v1.8.0

This simplifies function gnc_gtest_configure(), since GoogleTest and
GoogleMock are combined in one source directory.

Additionally variable GMOCK_ROOT is not necessary anymore and is
removed.
This commit is contained in:
Christian Gruber
2019-09-04 22:06:32 +02:00
parent 3c93f18115
commit 97a81980e5
3 changed files with 12 additions and 33 deletions

View File

@@ -880,7 +880,6 @@ add_custom_target(distcheck DEPENDS dist
-D CMAKE_C_FLAGS=${CMAKE_C_FLAGS}
-D CMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS}
-D GTEST_ROOT=${GTEST_ROOT}
-D GMOCK_ROOT=${GMOCK_ROOT}
-P ${CMAKE_SOURCE_DIR}/common/cmake_modules/MakeDistCheck.cmake
)