]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove Boost libraries from EXTRALIBS 7523/head
authorKefu Chai <kchai@redhat.com>
Wed, 10 Feb 2016 05:23:07 +0000 (21:23 -0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Feb 2016 05:28:46 +0000 (21:28 -0800)
* and remove ${Boost_SYSTEM_LIBRARY} from test_rados_api_tier

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/test/CMakeLists.txt

index a2c972d806d6d056353cbf4a98c495c5c701adf4..ff86860390802537e5b99b154561d889e26c7867 100644 (file)
@@ -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)
index 13be45697e93786aec3ff80eb85ff6d781447dfc..a75d57479569ab68fe88140431896476fb5e8c77 100644 (file)
@@ -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