From: Kefu Chai Date: Tue, 30 Mar 2021 05:30:34 +0000 (+0800) Subject: cmake: drop duplicated fmt::fmt in ceph_common_deps X-Git-Tag: v17.1.0~2432^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c7b89de113186e6932124c7d879d2dc0a92f69d7;p=ceph.git cmake: drop duplicated fmt::fmt in ceph_common_deps 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 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b3b1b67ee644..b12e6036715a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -463,7 +463,6 @@ set(ceph_common_deps Boost::program_options Boost::date_time Boost::iostreams - fmt::fmt StdFilesystem::filesystem fmt::fmt ${BLKID_LIBRARIES}