Skip to content
Snippets Groups Projects
Commit 3daec773 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[CMake] Added CVODE_INCLUDE_DIRS to MathLib.

Is required when CVode is installed in a non-standard location.
parent dfd0bc4b
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ set_target_properties(MathLib PROPERTIES LINKER_LANGUAGE CXX)
target_link_libraries(MathLib PUBLIC BaseLib logog ${OpenMP_CXX_LIBRARIES})
if (CVODE_FOUND)
target_include_directories(MathLib PRIVATE ${CVODE_INCLUDE_DIRS})
target_link_libraries(MathLib PUBLIC ${CVODE_LIBRARIES})
endif()
......
Subproject commit 9d5f5fa551826cf071b898dce9b8b2f27df0bcd5
Subproject commit 0068e164eb5ab1e16c931e50094846789b49cdc0
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