From e578f47d8a9e45b5864af26317aadaa188ce62b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 24 Sep 2013 16:42:25 +0200 Subject: [PATCH] Catch up to opm-material reorganisation. Specifically, file was renamed to and this renaming must be reflected in the CMake probes for opm-material. --- cmake/Modules/Findopm-material.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Modules/Findopm-material.cmake b/cmake/Modules/Findopm-material.cmake index 81844512e..00b8b1d2e 100644 --- a/cmake/Modules/Findopm-material.cmake +++ b/cmake/Modules/Findopm-material.cmake @@ -21,7 +21,7 @@ find_opm_package ( "${opm-material_DEPS}" # header to search for - "opm/material/constants.hh" + "opm/material/Constants.hpp" # library to search for "" @@ -30,7 +30,7 @@ find_opm_package ( "" # test program -"#include +"#include int main (void) { double c = Opm::Constants::c; return 0;