]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
commitc7b89de113186e6932124c7d879d2dc0a92f69d7
tree0446b229c0f15d57e9c1f8fd15531f8605506cbd
parentd6d88c18c450affa27a73b74fcb4bf122fbec7bf
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 <kchai@redhat.com>
src/CMakeLists.txt