From 2c893f8ab3cdae7359716a28862a61b4ebb9972c Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Thu, 2 Apr 2020 20:31:44 +0200 Subject: [PATCH] Fix policy warnings (needed by OPM/opm-common#1675 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a9beb4a8..16cbe5954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ endif() find_package(opm-common REQUIRED) include(OpmInit) +OpmSetPolicies() # not the same location as most of the other projects; this hook overrides macro (dir_hook)