We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 996de1b + 99b4965 commit 56e2166Copy full SHA for 56e2166
src/script/run-make.sh
@@ -28,7 +28,6 @@ function clean_up_after_myself() {
28
}
29
30
function detect_ceph_dev_pkgs() {
31
- local cmake_opts="-DWITH_FMT_VERSION=9.0.0"
32
local boost_root=/opt/ceph
33
if test -f $boost_root/include/boost/config.hpp; then
34
cmake_opts+=" -DWITH_SYSTEM_BOOST=ON -DBOOST_ROOT=$boost_root"
0 commit comments