fix(Core/Deps): fix build for Windows (#2451)

This commit is contained in:
Viste
2019-11-17 20:25:16 +03:00
committed by Kargatum
parent b1e5943e0a
commit 616b8d9fb1

View File

@@ -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()