]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: support multi-arch lib directory used along with BOOST_ROOT
authorKefu Chai <kchai@redhat.com>
Sun, 9 Sep 2018 07:20:01 +0000 (15:20 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 Sep 2018 14:22:47 +0000 (22:22 +0800)
commita4c396d111950be2a09995ddbdc5e4ab6cff4673
treedc4a8cf404fc69e957e4d56fc96df35d2bf91430
parentf0d7616b374d8975413ad53aab30795c364943fd
cmake: support multi-arch lib directory used along with BOOST_ROOT

by default, debian packaging creates ${prefix}/lib/x86_64-linux-gnu for
multi-arch support. but FindBoost.cmake does not check in such a
directory if $BOOST_ROOT is set. in this change, this directory is added
to the search path.

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