mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
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:
parent
0dfb58bc52
commit
e578f47d8a
@ -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 <opm/material/constants.hh>
|
||||
"#include <opm/material/Constants.hpp>
|
||||
int main (void) {
|
||||
double c = Opm::Constants<double>::c;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user