Skip to content

Commit

Permalink
Merge pull request #465 from blattms/refactor-policy-settings
Browse files Browse the repository at this point in the history
Refactor policy settings (Needed by OPM/opm-common#1675)
  • Loading branch information
blattms authored Apr 15, 2020
2 parents 4d13b91 + dbd1b94 commit e2511ed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,15 @@ endif()

find_package(opm-common REQUIRED)

include(OpmInit)

# not the same location as most of the other projects? this hook overrides
macro (dir_hook)
endmacro (dir_hook)

# 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()
# not the same location as most of the other projects? this hook overrides
macro (dir_hook)
endmacro (dir_hook)


# list of prerequisites for this particular project; this is in a
# separate file (in cmake/Modules sub-directory) because it is shared
Expand Down

0 comments on commit e2511ed

Please sign in to comment.