mingw: disable VCPKG_APPLOCAL_DEPS in mingw presets

We do not want to force a dependency on powershell.
Copying the right dlls is rather trivial.

Same change as commit commit e9e49239ce
for build-vcpkg script.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
(cherry picked from commit 1f5aa58223)
This commit is contained in:
Frank Lichtenheld
2023-03-01 10:30:38 +01:00
committed by Yuriy Darnobyt
parent a830d1e09c
commit 38ef9f2786

View File

@@ -45,6 +45,10 @@
"value": "ON",
"type": "BOOL"
},
"VCPKG_APPLOCAL_DEPS": {
"value": "OFF",
"type": "BOOL"
},
"VCPKG_MANIFEST_DIR": "${sourceDir}/deps/vcpkg_manifests/mingw"
}
},