Skip to content

Commit

Permalink
pvpre library should link against pvode
Browse files Browse the repository at this point in the history
pvpre file pvbbdpre.cpp uses routines in pvode nvector.cpp, so should
link against pvode. This resolves an issue on MacOS (at least locally).
  • Loading branch information
bendudson committed Jan 17, 2025
1 parent d09611a commit 5a2e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalpackages/PVODE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ target_include_directories(pvpre PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)
target_link_libraries(pvpre PUBLIC MPI::MPI_CXX)
target_link_libraries(pvpre PUBLIC pvode MPI::MPI_CXX)


set_target_properties(pvpre PROPERTIES
Expand Down

0 comments on commit 5a2e624

Please sign in to comment.