summaryrefslogtreecommitdiff
path: root/deps/jemalloc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc')
-rw-r--r--deps/jemalloc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt
index 5011d454b0..fa2a51c0ec 100644
--- a/deps/jemalloc/CMakeLists.txt
+++ b/deps/jemalloc/CMakeLists.txt
@@ -85,6 +85,8 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND SERVERS AND NOT NOJEM)
-D_REENTRAN)
target_link_libraries(jemalloc
+ PRIVATE
+ acore-dependency-interface
PUBLIC
threads
${CMAKE_DL_LIBS})