]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: always turn off bjam debugging output 22204/head
authorKefu Chai <kchai@redhat.com>
Thu, 24 May 2018 07:55:01 +0000 (15:55 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 24 May 2018 08:06:09 +0000 (16:06 +0800)
commit3766cdff1f869c01ef4e14048cf47706256b2d62
tree723f8cbfe482438f723fafe1e8c8f82877ae919b
parent2ac6a4980cddd5d4b5570ff6b4c2d6b72d83e2cd
cmake: always turn off bjam debugging output

we have 'DH_VERBOSE=1' in debian/rules, which instructs debhelper to
pass -DCMAKE_VERBOSE_MAKEFILE=ON to cmake. but the verbose output for
building boost does not really help if something goes wrong while
building the deb packages. if we do want to enable the verbose output,
we can always enable it by passing `-d <N>' to it. see
https://boostorg.github.io/build/manual/develop/index.html#bbv2.overview.invocation.options
.

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