]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
fmt: remove FMT_HEADER_ONLY defines
authorCasey Bodley <cbodley@redhat.com>
Fri, 10 Mar 2023 21:24:59 +0000 (16:24 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 11 Apr 2023 13:19:01 +0000 (09:19 -0400)
commitf5c934154bc456cc080839b35762c56a5313fddd
tree18babb7ce1cecbc16da1c15a51fa2ffa71ac4c44
parent66f2427e85b86dcf72b8c311def3b942dddbecc6
fmt: remove FMT_HEADER_ONLY defines

a WITH_FMT_HEADER_ONLY cmake option controls which version of the
library to use. individual sources/targets shouldn't override that, or
they'll end up including/linking against both versions

Fixes: https://tracker.ceph.com/issues/58953
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit d4ae3d0db857766ba38656d2c5c523883e518879)
src/cls/fifo/cls_fifo.cc
src/cls/fifo/cls_fifo_types.h
src/cls/rgw/cls_rgw_types.h
src/librbd/migration/S3Stream.cc
src/mds/cephfs_features.cc
src/rgw/CMakeLists.txt
src/rgw/rgw_iam_policy.h
src/test/fio/fio_librgw.cc
src/test/rgw/rgw_cr_test.cc
src/test/rgw/test_log_backing.cc