]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: link bundled fmt statically 42692/head
authorKefu Chai <kchai@redhat.com>
Thu, 5 Aug 2021 13:52:50 +0000 (21:52 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 6 Aug 2021 01:15:53 +0000 (09:15 +0800)
commit76708f74add51121f3f9508be29dffb9b84d3ffc
treee3e9bf7c75c9791a614179ac47b0277dbe0e73d2
parentc6a1fa5a5e06fd971d97a2404f2b028c091eb255
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>
(cherry picked from commit ebbf7f0665487b9e0507f1550cd469e56895addc)
src/CMakeLists.txt