]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: always add ${Boost_INCLUDE_DIRS} to include dirs
authorKefu Chai <kchai@redhat.com>
Sun, 9 Sep 2018 07:48:14 +0000 (15:48 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 Sep 2018 14:22:47 +0000 (22:22 +0800)
commit195470a295a1bef2170ed40e8b5e896ec39b83f4
tree70ed7f66f4edeb0a4fe41f84d803fc47ffa7539b
parenta4c396d111950be2a09995ddbdc5e4ab6cff4673
cmake: always add ${Boost_INCLUDE_DIRS} to include dirs

we need to -I${Boost_INCLUDE_DIRS} if WITH_SYSTEM_BOOST=ON and boost is
found by FindBoost.cmake.

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