mirror of https://github.com/AxioDL/metaforce.git
CMakePresets: Set VCPKG_SETUP_CMAKE_PROGRAM_PATH=OFF
This commit is contained in:
parent
e2fbc0663f
commit
4a0cac34da
|
@ -138,7 +138,11 @@
|
|||
"type": "FILEPATH",
|
||||
"value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||
},
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows-static"
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
|
||||
"VCPKG_SETUP_CMAKE_PROGRAM_PATH": {
|
||||
"type": "BOOL",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"vendor": {
|
||||
"microsoft.com/VisualStudioSettings/CMake/1.0": {
|
||||
|
|
Loading…
Reference in New Issue