mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(Core/Deps): fix build for Windows (#2451)
This commit is contained in:
3
deps/jemalloc/CMakeLists.txt
vendored
3
deps/jemalloc/CMakeLists.txt
vendored
@@ -112,8 +112,5 @@ else()
|
|||||||
# Provide a dummy target for jemalloc which is used when jemalloc
|
# Provide a dummy target for jemalloc which is used when jemalloc
|
||||||
# is disabled or not supported.
|
# is disabled or not supported.
|
||||||
add_library(jemalloc INTERFACE)
|
add_library(jemalloc INTERFACE)
|
||||||
target_link_libraries(jemalloc
|
|
||||||
INTERFACE
|
|
||||||
valgrind)
|
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user