do_cmake.sh: set BOOST_J to $(nproc)

This lets us build boost with all processors.

Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
Sage Weil 2016-09-29 12:27:51 -04:00 committed by Matt Benjamin
parent 81e1fcc4f0
commit feefd35853

View File

@ -6,7 +6,7 @@ if test -e build; then
fi
mkdir build
cd build
cmake "$@" ..
cmake -DBOOST_J=$(nproc) "$@" ..
# minimal config to find plugins
cat <<EOF > ceph.conf