mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +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 ()
|
||||||
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")
|
message (STATUS "Using jemalloc")
|
||||||
else ()
|
else ()
|
||||||
|
Loading…
Reference in New Issue
Block a user