]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CMake: set WITH_CEPHFS by default
authorJohn Spray <john.spray@redhat.com>
Mon, 3 Aug 2015 11:48:32 +0000 (12:48 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 3 Aug 2015 15:39:35 +0000 (16:39 +0100)
Option was referenced in CMakeLists but
not actually set.

Signed-off-by: John Spray <john.spray@redhat.com>
CMakeLists.txt

index 3cae26ae35f706fbe7067975c8dc182c9e48e0d1..5a54aa6498235395c5d6be4203c332f35140064b 100644 (file)
@@ -207,6 +207,9 @@ endif(WITH_XIO)
 #option for RGW
 option(WITH_RADOSGW "Rados Gateway is enabled" ON)
 
+#option for CephFS
+option(WITH_CEPHFS "CephFS is enabled" ON)
+
 # Now create a useable config.h
 configure_file(
   ${PROJECT_SOURCE_DIR}/src/include/config-h.in.cmake