From 43ef4c94dc1caa37f90b93f2cb2c6660642eaddd Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 22 Jul 2026 22:00:20 +0200 Subject: [PATCH] disable vpckg applocal on win --- .ci/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/compile.sh b/.ci/compile.sh index e028219f4..717c9a02e 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -161,6 +161,7 @@ if [[ -n $PACKAGE_TYPE ]]; then fi if [[ $USE_VCPKG ]]; then flags+=("-DUSE_VCPKG=1") + flags+=("-DVCPKG_APPLOCAL_DEPS=OFF") # disable copying of runtime DLLs into build output on Windows fi # Add cmake --build flags