From: Rongqi Sun Date: Fri, 22 Mar 2024 07:39:02 +0000 (+0000) Subject: run-make: do not pass '-DWITH_FMT_VERSION' to cmake X-Git-Tag: v20.0.0~2286^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F56384%2Fhead;p=ceph.git run-make: do not pass '-DWITH_FMT_VERSION' to cmake Clean up this opt because 'WITH_FMT_VERSION' is removed from src/CMakeLists.txt. See: https://github.com/ceph/ceph/blob/686dd3d838b6de6bf1101f0b61f729426b0bccad/src/CMakeLists.txt Fixes: https://tracker.ceph.com/issues/65067 Signed-off-by: Rongqi Sun --- diff --git a/src/script/run-make.sh b/src/script/run-make.sh index 42d8a94aee1..ba436f4b59e 100755 --- a/src/script/run-make.sh +++ b/src/script/run-make.sh @@ -28,7 +28,6 @@ function clean_up_after_myself() { } function detect_ceph_dev_pkgs() { - 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"