boost: Copy cmake in InstallDev step
authorAmol Bhave <ambhave@fb.com>
Wed, 8 May 2019 09:01:45 +0000 (02:01 -0700)
committerAmol Bhave <ambhave@fb.com>
Wed, 8 May 2019 10:43:57 +0000 (03:43 -0700)
commitd14e545b665e4f6bfe5235af04a33fa9b138cac5
tree2a51612f2148029492cccb7ca7beda6593b474f7
parent1a916b2d3528ba47715f3205fc7457e982ffd721
boost: Copy cmake in InstallDev step

Copy the cmake directory in the InstallDev step.
I am currently trying out actual host build for boost i.e. compiling
boost libaries for host tools. When I do that, that step installs the
boost cmake files in staging_dir/host.

This breaks other packages that use cmake to compile and use boost as a
dependency. This is because, their compilation step now begins using
staging_dir/host version of Boost, rather than the target version of
boost. Cmake gives priority to cmake version of Boost config, over
finding boost headers manually.

This change resolves that problem by installing the BoostConfig.cmake
file in staging_dir/<target> as well.

Compile tested: nbg6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
libs/boost/Makefile