diff options
author | Viste <viste02@gmail.com> | 2019-11-17 20:25:16 +0300 |
---|---|---|
committer | Kargatum <dowlandtop@yandex.com> | 2019-11-18 00:25:16 +0700 |
commit | 616b8d9fb162d2e2f34cf5bc57411f8be29f3024 (patch) | |
tree | 42d9b88c4f041e4d1a3bb96ea987e99ee046e0b6 | |
parent | b1e5943e0aa8a23fea7ed9a3d763830adb778e61 (diff) |
fix(Core/Deps): fix build for Windows (#2451)
-rw-r--r-- | deps/jemalloc/CMakeLists.txt | 3 |
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() |