Skip to content

Commit

Permalink
cmake: remove Boost libraries from EXTRALIBS
Browse files Browse the repository at this point in the history
* and remove ${Boost_SYSTEM_LIBRARY} from test_rados_api_tier

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Feb 10, 2016
1 parent f5cad7a commit 075e595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/test/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 075e595

Please sign in to comment.