Files
opm-core/cmake/Modules
Roland Kaufmann 35353befb2 Handle ERT not found condition gracefully
If the files for ERT is not found, then the find module cheats and
indicates that it didn't compile either (since there are some later
tests for HAVE_ERT).

However, erraneously, it gave this variable the value 0, which tests
for false in the CMake code but not in the #ifdef checks in the C++
code. This error is cancelled in opm-core by the fact that it didn't
store it as a cache variable, but resurfaced in opm-polymer when it
probes the second time (as both opm-core as a dependency and
opm-polymer itself declare a dependency on ERT).

It is now stored in a way that should be satisfactory to both
projects.
2013-03-06 13:31:04 +01:00
..
2013-02-11 22:37:55 +01:00
2013-02-11 22:37:59 +01:00