mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: use PROJECT_BINARY_DIR, not CMAKE_BINARY_DIR
tests fail to execute in super-build otherwise
This commit is contained in:
@@ -168,7 +168,7 @@ opm_add_test(test_gatherconvergencereport
|
||||
CONDITION
|
||||
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
||||
DRIVER_ARGS
|
||||
5 ${CMAKE_BINARY_DIR}
|
||||
5 ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
|
||||
opm_add_test(test_gatherdeferredlogger
|
||||
@@ -179,7 +179,7 @@ opm_add_test(test_gatherdeferredlogger
|
||||
CONDITION
|
||||
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
||||
DRIVER_ARGS
|
||||
5 ${CMAKE_BINARY_DIR}
|
||||
5 ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
|
||||
include(OpmBashCompletion)
|
||||
|
Reference in New Issue
Block a user