]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make.sh: Typo in argument addition fmt-squid 66689/head
authorDavid Galloway <david.galloway@ibm.com>
Fri, 19 Dec 2025 00:31:14 +0000 (19:31 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 19 Dec 2025 00:31:14 +0000 (19:31 -0500)
Just noticed during another build failure

Signed-off-by: David Galloway <david.galloway@ibm.com>
src/script/run-make.sh

index 938beb9ec58ab084c77b8086de215a9fb41891d5..81c3213d6c165b6e017e3f71a30bcdbd1b58980c 100755 (executable)
@@ -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"