From 171bee9ce1a27cb2573e2b8b3a71302a843b1c5e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 20 Jul 2017 13:05:20 -0400 Subject: [PATCH] build: add ceph-volume to CMakeLists in src Signed-off-by: Alfredo Deza --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5060b41bc2347..915e10aa66493 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 -- 2.39.5