This commit is contained in:
tooomm
2026-07-24 13:34:49 +02:00
parent aaeaa0b89e
commit 0ea9ac3607
+3 -1
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