Skip to content

Commit 37c8c9f

Browse files
authored
Link against boost::serialization (#142)
1 parent 0cfd881 commit 37c8c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
9898
add_dependencies(${EXEC_FUNC} ppc_boost)
9999
target_link_directories(${EXEC_FUNC} PUBLIC ${CMAKE_BINARY_DIR}/ppc_boost/install/lib)
100100
if (NOT MSVC)
101-
target_link_libraries(${EXEC_FUNC} PUBLIC boost_mpi)
101+
target_link_libraries(${EXEC_FUNC} PUBLIC boost_mpi boost_serialization)
102102
endif ()
103103
elseif ("${MODULE_NAME}" STREQUAL "tbb")
104104
add_dependencies(${EXEC_FUNC} ppc_onetbb)

0 commit comments

Comments
 (0)