Fix build for ancient CMake

This commit is contained in:
Ivan Lezhankin 2020-03-30 15:06:30 +03:00
parent 03d3332d43
commit db6e374d39

View File

@ -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 ()