We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfd881 commit 37c8c9fCopy full SHA for 37c8c9f
tasks/CMakeLists.txt
@@ -98,7 +98,7 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
98
add_dependencies(${EXEC_FUNC} ppc_boost)
99
target_link_directories(${EXEC_FUNC} PUBLIC ${CMAKE_BINARY_DIR}/ppc_boost/install/lib)
100
if (NOT MSVC)
101
- target_link_libraries(${EXEC_FUNC} PUBLIC boost_mpi)
+ target_link_libraries(${EXEC_FUNC} PUBLIC boost_mpi boost_serialization)
102
endif ()
103
elseif ("${MODULE_NAME}" STREQUAL "tbb")
104
add_dependencies(${EXEC_FUNC} ppc_onetbb)
0 commit comments