* refs/pull/26237/head:
Revert "qa: update test_envlibrados_for_rocksdb.sh for libradospp split"
doc/librados: explicitly mention that the C++ API is not stable
ceph.spec: force use of upgrade devtoolset-gcc under RHEL 7
librados: add symbol versioning to the C++ API
librados: add symbol versioning to the C API
librados: revert librados3/libradoscc back to librados2
Reviewed-by: Kefu Chai <kchai@redhat.com>
target_link_libraries(ceph-authtool global ${EXTRALIBS} ${CRYPTO_LIBS})
install(TARGETS ceph-authtool DESTINATION bin)
+if(WITH_TESTS)
set(cephdeduptool_srcs ceph_dedup_tool.cc)
add_executable(cephdeduptool ${cephdeduptool_srcs})
- target_link_libraries(cephdeduptool librados-cxx global cls_cas_client)
+ target_link_libraries(cephdeduptool librados global cls_cas_client)
install(TARGETS cephdeduptool DESTINATION bin)
+endif(WITH_TESTS)
if(WITH_CEPHFS)
add_subdirectory(cephfs)