Skip to content
Snippets Groups Projects
Commit 9761aff1 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added CMake option OGS_CONAN_USE_SYSTEM_OPENMPI.

parent df808ffb
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ endif()
if(OGS_USE_PETSC)
set(CONAN_REQUIRES ${CONAN_REQUIRES} petsc/3.8.3@bilke/testing)
if(OGS_CONAN_USE_SYSTEM_OPENMPI)
set(CONAN_OPTIONS ${CONAN_OPTIONS} petsc:skip_install_openmpi=True)
endif()
endif()
if(OGS_USE_LIS)
......
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