]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: link against libfmt
authorKefu Chai <kchai@redhat.com>
Thu, 21 Mar 2019 06:55:05 +0000 (14:55 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 21 Mar 2019 09:04:38 +0000 (17:04 +0800)
commitd1200b9b61d3fa57733e031c0bd56430b2ae5cb3
treeff18028a3e4aba86b64392b3ad5b4f4f8f2795e2
parent0c60abf5ba6800a307436cb56aebae426296af72
cmake: link against libfmt

Seastar::seastar does pull in libfmt library as a PUBLIC linkage. but we
should not depend on this. if we use fmt directly, we should link against it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/CMakeLists.txt
src/test/crimson/test_buffer.cc