mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix build for ancient CMake
This commit is contained in:
parent
03d3332d43
commit
db6e374d39
@ -97,7 +97,7 @@ if (ENABLE_JEMALLOC)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
target_compile_definitions(jemalloc INTERFACE USE_JEMALLOC=1)
|
||||
set_property(TARGET jemalloc APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS USE_JEMALLOC=1)
|
||||
|
||||
message (STATUS "Using jemalloc")
|
||||
else ()
|
||||
|
Loading…
Reference in New Issue
Block a user