mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 10:23:02 -07:00
disable vpckg applocal on win
This commit is contained in:
parent
6aa3467dab
commit
43ef4c94dc
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ if [[ -n $PACKAGE_TYPE ]]; then
|
||||||
fi
|
fi
|
||||||
if [[ $USE_VCPKG ]]; then
|
if [[ $USE_VCPKG ]]; then
|
||||||
flags+=("-DUSE_VCPKG=1")
|
flags+=("-DUSE_VCPKG=1")
|
||||||
|
flags+=("-DVCPKG_APPLOCAL_DEPS=OFF") # disable copying of runtime DLLs into build output on Windows
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add cmake --build flags
|
# Add cmake --build flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue