mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user