prereqs is now included by OpmLibMain

This commit is contained in:
Arne Morten Kvarving
2026-03-09 14:33:45 +01:00
parent bd550dcb28
commit c03ca2ab3e
-5
View File
@@ -101,10 +101,5 @@ find_package(opm-common REQUIRED)
# the build starts, so it makes sense to keep the data there then.
include (OpmInit)
# list of prerequisites for this particular project; this is in a
# separate file (in cmake/Modules sub-directory) because it is shared
# with the find module
include (${project}-prereqs)
# all setup common to the OPM library modules is done here
include (OpmLibMain)