Skip to content

Commit 99b4965

Browse files
committed
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 <[email protected]>
1 parent 49c2749 commit 99b4965

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/script/run-make.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function clean_up_after_myself() {
2828
}
2929

3030
function detect_ceph_dev_pkgs() {
31-
local cmake_opts="-DWITH_FMT_VERSION=9.0.0"
3231
local boost_root=/opt/ceph
3332
if test -f $boost_root/include/boost/config.hpp; then
3433
cmake_opts+=" -DWITH_SYSTEM_BOOST=ON -DBOOST_ROOT=$boost_root"

0 commit comments

Comments
 (0)