mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Pass GTEST_ROOT and GMOCK_ROOT through to distcheck.
So that they don't have to be exported in the environment if they're needed.
This commit is contained in:
@@ -847,6 +847,8 @@ ADD_CUSTOM_TARGET(distcheck DEPENDS dist
|
||||
-D PACKAGE_PREFIX=${PACKAGE_PREFIX}
|
||||
-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