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 <sunrongqi@huawei.com>
}
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"