]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: fix the unmatching endif()
authorKefu Chai <kchai@redhat.com>
Thu, 9 Jun 2016 03:13:48 +0000 (11:13 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 9 Jun 2016 06:10:18 +0000 (14:10 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index 3bd8a9955d27588b5d5d84ea1b989142445dc5c1..ea937f10cd5d76f2c5fa8c7c7a8f8597e1dae9da 100644 (file)
@@ -275,7 +275,7 @@ else(ALLOCATOR)
   else()
     message(WARNING "tcmalloc and jemalloc not found, falling back to libc")
     set(ALLOCATOR "libc")
-  endif(NOT Tcmalloc_FOUND AND NOT JEMALLOC_FOUND)
+  endif(Tcmalloc_FOUND)
 endif(ALLOCATOR)
 
 find_package(keyutils REQUIRED)