Skip to content
Snippets Groups Projects
Commit bb5ecdcc authored by joergbuchwald's avatar joergbuchwald Committed by Dmitri Naumov
Browse files

Require conan LIS version to be compiled w/ OpenMP.

parent 2bc39ea4
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ if(OGS_USE_PETSC) ...@@ -46,7 +46,8 @@ if(OGS_USE_PETSC)
endif() endif()
if(OGS_USE_LIS) if(OGS_USE_LIS)
set(CONAN_REQUIRES ${CONAN_REQUIRES} lis/1.7.9@bilke/stable) list(APPEND CONAN_OPTIONS lis:with_omp=True)
set(CONAN_REQUIRES ${CONAN_REQUIRES} lis/1.7.37@bilke/stable)
endif() endif()
if(OGS_USE_MFRONT) if(OGS_USE_MFRONT)
......
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