]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build: Fix `WITH_FMT_HEADER_ONLY` 54216/head
authorAdam Emerson <aemerson@redhat.com>
Thu, 26 Oct 2023 23:11:12 +0000 (19:11 -0400)
committerAdam Emerson <aemerson@redhat.com>
Mon, 30 Oct 2023 16:25:25 +0000 (12:25 -0400)
commitaa57b9c309208fa6b32005e7be5adf1b31455052
treef085efc10d7a32668cf61ed454f6cafb1c4f6d5d
parent421bf61fee35cb8158b4e7ee8a8e40a4089554d9
build: Fix `WITH_FMT_HEADER_ONLY`

Previously it was still linking in the submodule's static libraries
and ldd showed it linking to the system fmt's shared libraries.

Signed-off-by: Adam Emerson <aemerson@redhat.com>
src/CMakeLists.txt
src/common/CMakeLists.txt
src/crimson/os/alienstore/CMakeLists.txt
src/crimson/osd/CMakeLists.txt
src/mon/CMakeLists.txt
src/msg/CMakeLists.txt
src/neorados/CMakeLists.txt
src/osd/CMakeLists.txt
src/rgw/CMakeLists.txt
src/test/neorados/CMakeLists.txt
src/tools/CMakeLists.txt