From: Willem Jan Withagen Date: Sun, 28 May 2017 11:54:19 +0000 (+0200) Subject: cmake: delete excidentail reintroduced line. X-Git-Tag: v12.1.0~57^2~3^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b1afe4acaa2017d79bcce5ae59fbe5811a0521d;p=ceph.git cmake: delete excidentail reintroduced line. - This target got reintroduced by accident after the creation of ceph-common in commit: https://github.com/ceph/ceph/commit/046b2bde6d93992c36d4943c4f7859993f034ca Detection was trigger by refering to libresolv, and results in a linking error. Signed-off-by: Willem Jan Withagen --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4506d2fdfd89..74fa4ab6ef75 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -637,7 +637,6 @@ install(TARGETS ceph-common DESTINATION ${CMAKE_INSTALL_PKGLIBDIR}) add_library(common_utf8 STATIC common/utf8.c) -target_link_libraries(common json_spirit common_utf8 erasure_code rt uuid resolv ${CRYPTO_LIBS} ${Boost_LIBRARIES} ${BLKID_LIBRARIES} ${EXECINFO_LIBRARIES} ${BLKIN_LIBRARIES}) if(${WITH_LTTNG}) add_subdirectory(tracing) add_dependencies(common-objs oprequest-tp)