]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: BuildBoost.cmake: use specified compiler for building boost
authorKefu Chai <kchai@redhat.com>
Wed, 10 Jan 2018 14:13:50 +0000 (22:13 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Jan 2018 15:13:39 +0000 (23:13 +0800)
commit9345a28a8a5786ec9f84e43e3c89949ce2cee68d
tree8e1c9433ebe46dd82fdf91f913bf83240ecf8b14
parent9d788c6a5b996cb66866d3c1f29facdbcfcd9722
cmake: BuildBoost.cmake: use specified compiler for building boost

* user-config.jam is the suggested way for adding toolset for Boost.Build.
* always specify toolset when running b2, so we can build boost with
specified compiler instead of the default one guessed by boost building system.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildBoost.cmake