mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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}"
|
"${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;
|
||||||
|
Loading…
Reference in New Issue
Block a user