Skip to content

Commit 0d302a8

Browse files
authored
Merge pull request ceph#56283 from Svelar/remove_WITH_ZBD
run-make: remove WITH_ZBD
2 parents 2c6a6de + ab1dd05 commit 0d302a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/script/run-make.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ EOM
111111
if [ $WITH_SEASTAR ]; then
112112
cmake_opts+=" -DWITH_SEASTAR=ON"
113113
fi
114-
if [ $WITH_ZBD ]; then
115-
cmake_opts+=" -DWITH_ZBD=ON"
116-
fi
117114
if [ $WITH_RBD_RWL ]; then
118115
cmake_opts+=" -DWITH_RBD_RWL=ON"
119116
fi

0 commit comments

Comments
 (0)