Search for the prerequisites from package configuration file.

That is the way it is done in other modules, too. We need this
at least for libecl as this target is used in opm-common_LIBRARIES
and not defined if there was no find_package(ecl) call. That call
is now made during execution of find_package_deps(opm-common).
This commit is contained in:
Markus Blatt 2018-07-10 15:41:58 +02:00
parent c7c2480c01
commit d7c855906f

View File

@ -25,3 +25,5 @@ else()
"Boost 1.44.0
COMPONENTS system unit_test_framework REQUIRED")
endif()
# We the a defined target for libecl
find_package_deps(opm-common)