Skip to content

Commit 56e2166

Browse files
authored
Merge pull request ceph#56384 from Svelar/drop_fmt_version
run-make: do not pass '-DWITH_FMT_VERSION' to cmake
2 parents 996de1b + 99b4965 commit 56e2166

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)