From dd558967d31c3a6d33fd76ab470f390dc561fe91 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Sun, 28 May 2017 13:54:19 +0200 Subject: [PATCH] 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 --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.3