]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake/modules: add FindBoost.cmake
authorKefu Chai <kchai@redhat.com>
Sat, 8 Sep 2018 17:31:28 +0000 (01:31 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 Sep 2018 14:22:47 +0000 (22:22 +0800)
commit027164e156ee9bf95804ea8b51bbfbd9592fe8c1
treef9f9e9c217015d6354419d9a619c73bf9466b98f
parent6cf661522537a1092326b71682f4d866397f9ad3
cmake/modules: add FindBoost.cmake

the FindBoost.cmake shipped by cmake 3.5.1 is not new enough to identify
the dependencies of boost 1.63 and up. so we need to copy the
FindBoost.cmake from cmake upstream. it supports up to boost 1.68.

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