]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: Updated allocator checking
authorAli Maredia <amaredia@redhat.com>
Thu, 31 Dec 2015 02:06:08 +0000 (21:06 -0500)
committerAli Maredia <amaredia@redhat.com>
Tue, 5 Jan 2016 20:42:06 +0000 (15:42 -0500)
commita614c3b9c1ea304d57d2685f6329539dbbc3575c
tree31f5dc8dff87bd6174f03d73ac9e5feb32cff728
parentb94f910cd13219dda1adba360a445c7893ff2ce9
cmake: Updated allocator checking

Added a FindJeMalloc.cmake file, changed
allocator checking logic (tcmalloc is default),
replaced TCMALLOC_LIBS to ALLOC_LIBS, added
HAVE_LIB(ALLOCATOR) to config-h.in.cmake.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
CMakeLists.txt
cmake/modules/FindJeMalloc.cmake [new file with mode: 0644]
src/CMakeLists.txt
src/include/config-h.in.cmake
src/test/CMakeLists.txt