LFAlloc in CMake

This commit is contained in:
Danila Kutenin 2019-04-12 22:26:57 +03:00
parent 37c994b0dd
commit 9d7cd0eb43

View File

@ -102,7 +102,7 @@ if (ENABLE_JEMALLOC AND USE_INTERNAL_JEMALLOC_LIBRARY)
add_subdirectory (jemalloc-cmake)
endif ()
if (ENABLE_LFALLOC)
if (USE_LFALLOC)
add_subdirectory (lfalloc)
endif ()