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

[CMake] Fixed petsc build on envinf1.

parent 3f7ac9a2
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ if (OGS_USE_MKL)
endif()
if (OGS_USE_PETSC)
target_include_directories(MathLib PUBLIC ${PETSC_INCLUDE_DIRS})
target_link_libraries(MathLib PUBLIC ${PETSC_LIBRARIES})
endif()
......
Subproject commit 28c3f6046151f88b338d46e5d3149e89e1bf1d15
Subproject commit 75678d1d80e39e2e1b14b2fd6afd0e8823e60b2b
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