Catch up to opm-material reorganisation.

Specifically, file <opm/material/constants.hh> was renamed to
<opm/material/Constants.hpp> and this renaming must be reflected in
the CMake probes for opm-material.
This commit is contained in:
Bård Skaflestad 2013-09-24 16:42:25 +02:00
parent 0dfb58bc52
commit e578f47d8a

View File

@ -21,7 +21,7 @@ find_opm_package (
"${opm-material_DEPS}" "${opm-material_DEPS}"
# header to search for # header to search for
"opm/material/constants.hh" "opm/material/Constants.hpp"
# library to search for # library to search for
"" ""
@ -30,7 +30,7 @@ find_opm_package (
"" ""
# test program # test program
"#include <opm/material/constants.hh> "#include <opm/material/Constants.hpp>
int main (void) { int main (void) {
double c = Opm::Constants<double>::c; double c = Opm::Constants<double>::c;
return 0; return 0;