mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Only look for BOOST´s unit test framework module if not already found. Sync version with rest of system
This commit is contained in:
parent
1ce36d7c06
commit
d4a7bcd8e4
@ -1,5 +1,6 @@
|
|||||||
# be sure that this component is searched for
|
if (NOT ${Boost_UNIT_TEST_FRAMEWORK_FOUND})
|
||||||
find_package (Boost COMPONENTS unit_test_framework QUIET)
|
find_package (Boost 1.44.0 COMPONENTS unit_test_framework QUIET)
|
||||||
|
endif ()
|
||||||
|
|
||||||
if (${Boost_UNIT_TEST_FRAMEWORK_FOUND})
|
if (${Boost_UNIT_TEST_FRAMEWORK_FOUND})
|
||||||
# setup to do a test compile
|
# setup to do a test compile
|
||||||
|
Loading…
Reference in New Issue
Block a user