]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: drop duplicated fmt::fmt in ceph_common_deps
authorKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 05:30:34 +0000 (13:30 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 08:44:32 +0000 (16:44 +0800)
we already have it in ceph_common_deps, and the already-existing one is
located after the new one. so linker should be able to find it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index b3b1b67ee64488ab7e60c7f4ba3d26ef12d14c5b..b12e6036715a6f33345b2ce4145cecf7cb968e35 100644 (file)
@@ -463,7 +463,6 @@ set(ceph_common_deps
   Boost::program_options
   Boost::date_time
   Boost::iostreams
-  fmt::fmt
   StdFilesystem::filesystem
   fmt::fmt
   ${BLKID_LIBRARIES}