This commit is contained in:
tooomm 2026-07-23 17:30:48 +02:00
parent aaeaa0b89e
commit 0ea9ac3607

View file

@ -161,7 +161,9 @@ 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
if [[ $RUNNER_OS == Windows ]]; then
flags+=("-DVCPKG_APPLOCAL_DEPS=OFF") # disable copying of runtime DLLs into build output
fi
fi
# Add cmake --build flags