]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
do_cmake:sh: do not set BOOST_J 42746/head
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 09:32:20 +0000 (17:32 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 09:34:23 +0000 (17:34 +0800)
commit7720651ea94cad4fe7fbb7fabe83fef16f6a973f
tree1a5b756763d2ed2ed5282e31debf851b6ff9cdb5
parentfa1946f19c642223473e1b84686f5496a47e9d57
do_cmake:sh: do not set BOOST_J

do_cmake.sh is called by src/script/run-make.sh in configure() function,
in src/script/run-make.sh, BOOST_J is also set if it is not set. so we
can drop the code setting BOOST_J in do_cmake.sh.

this helps to silence the cmake warning like:

CMake Warning:
  Manually-specified variables were not used by the project:

    BOOST_J

Signed-off-by: Kefu Chai <kchai@redhat.com>
do_cmake.sh