mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
rpm: pass -DWITH_ZBD=ON to cmake if zbd is enabled
this is a leftover of fd1b02a341
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
afd598996a
commit
98c06b534f
@ -1191,6 +1191,9 @@ ${CMAKE} .. \
|
||||
%else
|
||||
-DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \
|
||||
%endif
|
||||
%if 0%{with zbd}
|
||||
-DWITH_ZBD=ON \
|
||||
%endif
|
||||
%if 0%{with cmake_verbose_logging}
|
||||
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user