Skip to content

Commit 5a2e624

Browse files
committed
pvpre library should link against pvode
pvpre file pvbbdpre.cpp uses routines in pvode nvector.cpp, so should link against pvode. This resolves an issue on MacOS (at least locally).
1 parent d09611a commit 5a2e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

externalpackages/PVODE/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ target_include_directories(pvpre PUBLIC
5858
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
5959
$<INSTALL_INTERFACE:include>
6060
)
61-
target_link_libraries(pvpre PUBLIC MPI::MPI_CXX)
61+
target_link_libraries(pvpre PUBLIC pvode MPI::MPI_CXX)
6262

6363

6464
set_target_properties(pvpre PROPERTIES

0 commit comments

Comments
 (0)