From: David Galloway Date: Fri, 19 Dec 2025 00:31:14 +0000 (-0500) Subject: run-make.sh: Typo in argument addition X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d56a9a754a0122b5c6987f17a48b6960adc1d3a;p=ceph.git run-make.sh: Typo in argument addition Just noticed during another build failure Signed-off-by: David Galloway --- diff --git a/src/script/run-make.sh b/src/script/run-make.sh index 938beb9ec58a..81c3213d6c16 100755 --- a/src/script/run-make.sh +++ b/src/script/run-make.sh @@ -28,7 +28,7 @@ function clean_up_after_myself() { } function detect_ceph_dev_pkgs() { - local cmake_opts="-DWITH_FMT_VERSION=9.0.0" + local cmake_opts=" -DWITH_FMT_VERSION=9.0.0" local boost_root=/opt/ceph if test -f $boost_root/include/boost/config.hpp; then cmake_opts+=" -DWITH_SYSTEM_BOOST=ON -DBOOST_ROOT=$boost_root"