]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian/control: add libfmt-dev for "make check"
authorKefu Chai <kchai@redhat.com>
Fri, 18 Jun 2021 03:09:15 +0000 (11:09 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Jun 2021 03:13:45 +0000 (11:13 +0800)
commit8867d7cd828db065ba6853f749ca8da7e0f53b19
tree17ff6b864aff3e9c889f1785907af157b645763d
parentc0a43f960d9d0b23240f8b0c1604038f584889ee
debian/control: add libfmt-dev for "make check"

so, on debian derivatives, we can use the libfmt-dev package for
building Ceph. this change is created in hope to reduce the compile
time.

>= 6.1.2 is specified, as it is the version packaged by ubuntu focal,
which is used for running "make check" and intergration tests.

find_package(fmt 6.0.0 QUIET)

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/control