mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use new style of prerequisite declaration
The prerequisites are now declared in their own file, so it can be included by the main system. There is thus only one canonical place where the list of prerequisites exist.
This commit is contained in:
parent
188925f3cd
commit
522acace31
@ -11,16 +11,15 @@
|
||||
# This code is licensed under The GNU General Public License v3.0
|
||||
|
||||
# use the generic find routine
|
||||
include (opm-verteq-prereqs)
|
||||
include (OpmPackage)
|
||||
find_opm_package (
|
||||
# module name
|
||||
"opm-verteq"
|
||||
|
||||
# dependencies
|
||||
"CXX11Features;
|
||||
Boost 1.39.0
|
||||
COMPONENTS system unit_test_framework REQUIRED;
|
||||
"
|
||||
"${opm-verteq_DEPS}"
|
||||
|
||||
# header to search for
|
||||
"opm/verteq/verteq.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user