]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: fix mis-matched arguments to if warning
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 10 Jun 2016 19:09:45 +0000 (15:09 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 10 Jun 2016 19:09:45 +0000 (15:09 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@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)