Skip to content

Commit

Permalink
Fix libMaster.so linking
Browse files Browse the repository at this point in the history
  • Loading branch information
geofjamg committed Nov 8, 2016
1 parent d2c3562 commit 4fc6140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi-communication/CMakeLists.txt
Expand Up @@ -32,7 +32,7 @@ set(MASTER_SOURCES
src/master.cpp
)
add_library(master SHARED ${MASTER_SOURCES})
target_link_libraries(master ${Boost_SYSTEM_LIBRARY})
target_link_libraries(master common ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_IOSTREAMS_LIBRARY} ${Log4cpp_LIBRARIES} ${LibArchive_LIBRARIES})

# slave binary
set(SLAVE_SOURCES
Expand Down

0 comments on commit 4fc6140

Please sign in to comment.