diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt index ec01256f4..796b857ed 100644 --- a/deps/jemalloc/CMakeLists.txt +++ b/deps/jemalloc/CMakeLists.txt @@ -112,8 +112,5 @@ else() # Provide a dummy target for jemalloc which is used when jemalloc # is disabled or not supported. add_library(jemalloc INTERFACE) - target_link_libraries(jemalloc - INTERFACE - valgrind) endif()