diff --git a/cvutil/CMakeLists.txt b/cvutil/CMakeLists.txt index 6247195..9f71b2b 100644 --- a/cvutil/CMakeLists.txt +++ b/cvutil/CMakeLists.txt @@ -255,7 +255,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows") -D TARGET_FILE=$ -D INSTALL_BIN=${CMAKE_INSTALL_PREFIX}/$,bin,lib/cvutil> -D SEARCH_DIRS="${RUNTIME_SEARCH_DIRS}" - -D EXTRA_RUNTIME_DEPS="$<$,$>:${MIMALLOC_INSTALL_DIR}/bin/mimalloc.dll;${MIMALLOC_INSTALL_DIR}/bin/mimalloc-redirect.dll>$<$:;${ASAN_RUNTIME_DEP}>" + -D EXTRA_RUNTIME_DEPS="$<$,$>:${MIMALLOC_INSTALL_DIR}/bin/mimalloc.dll;${MIMALLOC_INSTALL_DIR}/bin/mimalloc-redirect.dll>" -D BUILD_CONFIG=$ -D BINARY_DIR=${CMAKE_BINARY_DIR} -P "${CMAKE_CURRENT_SOURCE_DIR}/../CMake/find_runtime_deps.cmake"