From 15f0987fa15c28d6ca8a450a441e608820110be5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 23:23:04 +0000 Subject: [PATCH 1/2] Initial plan From 7f313701e41f7b245514f615061e0606af9b40f8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 23:25:20 +0000 Subject: [PATCH 2/2] Remove undefined ASAN_RUNTIME_DEP from EXTRA_RUNTIME_DEPS Co-authored-by: asn5d <16312669+asn5d@users.noreply.github.com> --- cvutil/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"