From: Kefu Chai Date: Wed, 10 Feb 2016 05:23:07 +0000 (-0800) Subject: cmake: remove Boost libraries from EXTRALIBS X-Git-Tag: v10.1.0~399^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7523%2Fhead;p=ceph.git cmake: remove Boost libraries from EXTRALIBS * and remove ${Boost_SYSTEM_LIBRARY} from test_rados_api_tier Signed-off-by: Kefu Chai --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a2c972d806d6d..ff86860390802 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -76,7 +76,7 @@ else() endif() -set(EXTRALIBS uuid rt dl ${Boost_LIBS} ${ATOMIC_OPS_LIBRARIES}) +set(EXTRALIBS uuid rt dl ${ATOMIC_OPS_LIBRARIES}) if(${WITH_PROFILER}) list(APPEND EXTRALIBS profiler) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 13be45697e937..a75d57479569a 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -2129,7 +2129,7 @@ add_executable(test_rados_api_tier set_target_properties(test_rados_api_tier PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) target_link_libraries(test_rados_api_tier - global librados ${UNITTEST_LIBS} ${ALLOC_LIBS} ${Boost_SYSTEM_LIBRARY} radostest) + global librados ${UNITTEST_LIBS} ${ALLOC_LIBS} radostest) add_executable(test_rados_api_snapshots librados/snapshots.cc