Loading ifs/CMakeLists.txt +5 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,11 @@ find_package(Abt-Snoozer REQUIRED) find_package(Margo REQUIRED) # boost dependencies, system is required for filesystem find_package(Boost 1.53 REQUIRED COMPONENTS system filesystem program_options) find_package(Boost 1.53 REQUIRED COMPONENTS filesystem program_options ) find_package(Threads REQUIRED) Loading ifs/src/daemon/CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ target_link_libraries(adafs_daemon ${MERCURY_LIBRARIES} ${MERCURY_UTIL_LIBRARIES} ${MARGO_LIBRARIES} ${Boost_LIBRARIES} Boost::program_options Boost::filesystem ${JEMALLOC_LIBRARIES} Threads::Threads ) Loading ifs/src/preload/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ target_link_libraries(adafs_preload_client ${MERCURY_LIBRARIES} ${MERCURY_UTIL_LIBRARIES} ${MARGO_LIBRARIES} ${Boost_LIBRARIES} Threads::Threads ) Loading Loading
ifs/CMakeLists.txt +5 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,11 @@ find_package(Abt-Snoozer REQUIRED) find_package(Margo REQUIRED) # boost dependencies, system is required for filesystem find_package(Boost 1.53 REQUIRED COMPONENTS system filesystem program_options) find_package(Boost 1.53 REQUIRED COMPONENTS filesystem program_options ) find_package(Threads REQUIRED) Loading
ifs/src/daemon/CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ target_link_libraries(adafs_daemon ${MERCURY_LIBRARIES} ${MERCURY_UTIL_LIBRARIES} ${MARGO_LIBRARIES} ${Boost_LIBRARIES} Boost::program_options Boost::filesystem ${JEMALLOC_LIBRARIES} Threads::Threads ) Loading
ifs/src/preload/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ target_link_libraries(adafs_preload_client ${MERCURY_LIBRARIES} ${MERCURY_UTIL_LIBRARIES} ${MARGO_LIBRARIES} ${Boost_LIBRARIES} Threads::Threads ) Loading