]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: link bundled fmt statically
authorKefu Chai <kchai@redhat.com>
Thu, 5 Aug 2021 13:52:50 +0000 (21:52 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 5 Aug 2021 13:53:55 +0000 (21:53 +0800)
commitebbf7f0665487b9e0507f1550cd469e56895addc
tree3e9ac71216aba25fa77791878f915158bbac9d3c
parent547332a629dd5663083253bfd951e32d2918a009
cmake: link bundled fmt statically

instead of building the bundled fmt library as shared library, built
static library. otherwise we'd have to link against libfmt.so.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt