]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: add Findfmt.cmake
authorKefu Chai <kchai@redhat.com>
Thu, 26 Jul 2018 07:29:12 +0000 (15:29 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 26 Jul 2018 08:50:37 +0000 (16:50 +0800)
commitbacde7cc17060d101e29bb69e1095b758e982b9d
treeed9710a1846785fe5f37a3ee532242961dc22909
parent56e84068f45cb4c297aa405e8a2c7a122a69d30f
cmake: add Findfmt.cmake

the cmake config provided by fmt-devel-3.0.2 does not offer fmt::fmt target,
so we need to offer a Findfmt.cmake to do this.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/Findfmt.cmake [new file with mode: 0644]
src/CMakeLists.txt