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