policies are now set by OpmInit

and remove duplicate OpmInit include
This commit is contained in:
Arne Morten Kvarving
2026-02-13 15:15:56 +01:00
parent 188f41c372
commit e0ef83482d
-3
View File
@@ -94,13 +94,10 @@ endif()
find_package(opm-common REQUIRED)
include(OpmInit)
# project information is in dune.module. Read this file and set variables.
# we cannot generate dune.module since it is read by dunecontrol before
# the build starts, so it makes sense to keep the data there then.
include (OpmInit)
OpmSetPolicies()
# list of prerequisites for this particular project; this is in a
# separate file (in cmake/Modules sub-directory) because it is shared