From efc4dd2e44c3e75d78bb7d193175428938252a0a Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 18 Dec 2025 19:31:14 -0500 Subject: [PATCH] run-make.sh: Typo in argument addition Just noticed during another build failure Signed-off-by: David Galloway (cherry picked from commit 3d56a9a754a0122b5c6987f17a48b6960adc1d3a) --- src/script/run-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/run-make.sh b/src/script/run-make.sh index 431f2001b388..da6987558786 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" -- 2.47.3