From 616b8d9fb162d2e2f34cf5bc57411f8be29f3024 Mon Sep 17 00:00:00 2001 From: Viste Date: Sun, 17 Nov 2019 20:25:16 +0300 Subject: [PATCH] fix(Core/Deps): fix build for Windows (#2451) --- deps/jemalloc/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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()