Skip to content
Snippets Groups Projects
Commit 9e9cf967 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge pull request #1197 from norihiro-w/fix-FindCVODE

fix FindCVODE.cmake 
parents f11b9ad2 efac73f0
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ find_package_handle_standard_args(CVODE DEFAULT_MSG
)
if(CVODE_FOUND)
set(CVODE_LIBRARIES sundials_cvode sundials_nvecserial)
set(CVODE_LIBRARIES ${CVODE_LIBRARY} ${CVODE_NVECSERIAL})
endif()
mark_as_advanced(CVODE_INCLUDE_DIRS CVODE_LIBRARY CVODE_NVECSERIAL)
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