]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: delete excidentail reintroduced line.
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 28 May 2017 11:54:19 +0000 (13:54 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 29 May 2017 20:47:47 +0000 (22:47 +0200)
- 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 <wjw@digiware.nl>
src/CMakeLists.txt

index 4506d2fdfd89d3b799b5fc7741e4cc90c7e97e74..74fa4ab6ef757466ed38ba9aed1d3923bc3bca33 100644 (file)
@@ -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)