Skip to content
Snippets Groups Projects
Commit aa21f1af authored by Ned Coltman's avatar Ned Coltman
Browse files

Merge branch 'fix/opm-for-3.2' into 'releases/3.2'

Fix OPM for 3.2

See merge request !2069
parents 2906d932 27543a50
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!2069Fix OPM for 3.2
......@@ -36,6 +36,7 @@ OPM_FLAGS=""
# to build opm it might be necessary to set manually the following variables (comment the above line)
#OPM_FLAGS="
#-DUSE_MPI=ON
#-DOPM_CLANG_WITH_STDC++FS=ON
#"
# set this to "ON" if you want to be able to have the headercheck target
......
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment