Skip to content

Commit dee3321

Browse files
Copilotasn5d
andauthored
Remove undefined ASAN_RUNTIME_DEP from runtime deps (#10)
* Initial plan * Remove undefined ASAN_RUNTIME_DEP from EXTRA_RUNTIME_DEPS expression Co-authored-by: asn5d <16312669+asn5d@users.noreply.github.com> * Use $<IF> syntax for EXTRA_RUNTIME_DEPS generator expression Co-authored-by: asn5d <16312669+asn5d@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: asn5d <16312669+asn5d@users.noreply.github.com>
1 parent 99c9cf7 commit dee3321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cvutil/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
255255
-D TARGET_FILE=$<TARGET_FILE:cvutil>
256256
-D INSTALL_BIN=${CMAKE_INSTALL_PREFIX}/$<IF:$<BOOL:${WIN32}>,bin,lib/cvutil>
257257
-D SEARCH_DIRS="${RUNTIME_SEARCH_DIRS}"
258-
-D EXTRA_RUNTIME_DEPS="$<$<AND:$<BOOL:${USE_MIMALLOC}>,$<CONFIG:Release>>:${MIMALLOC_INSTALL_DIR}/bin/mimalloc.dll;${MIMALLOC_INSTALL_DIR}/bin/mimalloc-redirect.dll>"
258+
-D EXTRA_RUNTIME_DEPS="$<IF:$<AND:$<BOOL:${USE_MIMALLOC}>,$<CONFIG:Release>>,${MIMALLOC_INSTALL_DIR}/bin/mimalloc.dll;${MIMALLOC_INSTALL_DIR}/bin/mimalloc-redirect.dll,>"
259259
-D BUILD_CONFIG=$<CONFIG>
260260
-D BINARY_DIR=${CMAKE_BINARY_DIR}
261261
-P "${CMAKE_CURRENT_SOURCE_DIR}/../CMake/find_runtime_deps.cmake"

0 commit comments

Comments
 (0)