Skip to content
Snippets Groups Projects

[opm][cmake] adapt to changes in OPM

Merged Bernd Flemisch requested to merge fix/adapt-to-opm-changes into master
All threads resolved!
3 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,3 +14,7 @@ find_package(PTScotch)
find_package(PVPython)
find_package(Valgrind)
find_package(Quadmath)
# The following is required for being able to depend on OPM.
# Remove once a better solution has been found at
# https://github.com/OPM/opm-common/issues/1751.
find_package(OpenMP)
Loading