mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
LFAlloc in CMake
This commit is contained in:
parent
37c994b0dd
commit
9d7cd0eb43
2
contrib/CMakeLists.txt
vendored
2
contrib/CMakeLists.txt
vendored
@ -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 ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user