]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not link ceph-dencoder against global 48418/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 10 Oct 2022 12:22:55 +0000 (20:22 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 10 Oct 2022 12:22:55 +0000 (20:22 +0800)
it does not use any symbol from global, so no need to link it
against global.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/tools/ceph-dencoder/CMakeLists.txt

index 4bfd74b61cca8b2dda8eb20684ccd10e53af07eb..6ce2517d7c8d38cfa244332e05aa47b4b1f9b50a 100644 (file)
@@ -96,7 +96,7 @@ target_compile_definitions(ceph-dencoder PRIVATE
 
 target_link_libraries(ceph-dencoder
   StdFilesystem::filesystem
-  global
+  ceph-common
   ${DENCODER_EXTRALIBS}
   cls_log_client
   cls_version_client