mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2551 from akva2/fix_test_dir
fixed: use PROJECT_BINARY_DIR, not CMAKE_BINARY_DIR
This commit is contained in:
commit
e61e2bd399
@ -168,7 +168,7 @@ opm_add_test(test_gatherconvergencereport
|
|||||||
CONDITION
|
CONDITION
|
||||||
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
||||||
DRIVER_ARGS
|
DRIVER_ARGS
|
||||||
5 ${CMAKE_BINARY_DIR}
|
5 ${PROJECT_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
opm_add_test(test_gatherdeferredlogger
|
opm_add_test(test_gatherdeferredlogger
|
||||||
@ -179,7 +179,7 @@ opm_add_test(test_gatherdeferredlogger
|
|||||||
CONDITION
|
CONDITION
|
||||||
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
||||||
DRIVER_ARGS
|
DRIVER_ARGS
|
||||||
5 ${CMAKE_BINARY_DIR}
|
5 ${PROJECT_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
include(OpmBashCompletion)
|
include(OpmBashCompletion)
|
||||||
|
Loading…
Reference in New Issue
Block a user