mirror of
https://github.com/ceph/ceph
synced 2025-03-06 00:10:04 +00:00
build: add ceph-volume to CMakeLists in src
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
b20fdb8e84
commit
171bee9ce1
@ -56,7 +56,7 @@ endif(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_CXX_FLAGS}")
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "Default BUILD_TYPE is RelWithDebInfo, other options are: Debug, Release, and MinSizeRel." FORCE)
|
||||
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "Default BUILD_TYPE is RelWithDebInfo, other options are: Debug, Release, and MinSizeRel." FORCE)
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
@ -722,6 +722,7 @@ endif()
|
||||
|
||||
add_subdirectory(pybind)
|
||||
add_subdirectory(ceph-disk)
|
||||
add_subdirectory(ceph-volume)
|
||||
add_subdirectory(ceph-detect-init)
|
||||
|
||||
## dencoder
|
||||
|
Loading…
Reference in New Issue
Block a user