misc: revert cmakeToolchain addition in CMakeSettings.json

This commit is contained in:
Brendan Hagan
2022-07-12 20:25:08 -04:00
parent 8994ac50b0
commit 42a973e6f7
+2 -4
View File
@@ -20,8 +20,7 @@
"cmakeCommandArgs": "", "cmakeCommandArgs": "",
"buildCommandArgs": "-v", "buildCommandArgs": "-v",
"ctestCommandArgs": "", "ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ], "inheritEnvironments": [ "msvc_x86" ]
"cmakeToolchain": "C:/git/vcpkg/scripts/buildsystems/vcpkg.cmake"
}, },
{ {
"name": "x64-Debug", "name": "x64-Debug",
@@ -54,8 +53,7 @@
"cmakeCommandArgs": "-DVCPKG_TARGET_TRIPLET=x86-windows-static", "cmakeCommandArgs": "-DVCPKG_TARGET_TRIPLET=x86-windows-static",
"buildCommandArgs": "-v", "buildCommandArgs": "-v",
"ctestCommandArgs": "", "ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ], "inheritEnvironments": [ "msvc_x86" ]
"cmakeToolchain": "C:/git/vcpkg/scripts/buildsystems/vcpkg.cmake"
}, },
{ {
"name": "x64-Release-static", "name": "x64-Release-static",