]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 22 Mar 2023 17:26:19 +0000 (13:26 -0400)
commitd4ae3d0db857766ba38656d2c5c523883e518879
treeddbd1fc1e959d204065d9b4b603effe21d08c1eb
parent08b8e03952bb325dc15eb82fc0c7491bc4dac48d
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>
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