summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorViste <viste02@gmail.com>2019-11-17 20:25:16 +0300
committerKargatum <dowlandtop@yandex.com>2019-11-18 00:25:16 +0700
commit616b8d9fb162d2e2f34cf5bc57411f8be29f3024 (patch)
tree42d9b88c4f041e4d1a3bb96ea987e99ee046e0b6 /deps
parentb1e5943e0aa8a23fea7ed9a3d763830adb778e61 (diff)
fix(Core/Deps): fix build for Windows (#2451)
Diffstat (limited to 'deps')
-rw-r--r--deps/jemalloc/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt
index ec01256f4c..796b857edc 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()