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": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"cmakeToolchain": "C:/git/vcpkg/scripts/buildsystems/vcpkg.cmake"
"inheritEnvironments": [ "msvc_x86" ]
},
{
"name": "x64-Debug",
@@ -54,8 +53,7 @@
"cmakeCommandArgs": "-DVCPKG_TARGET_TRIPLET=x86-windows-static",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"cmakeToolchain": "C:/git/vcpkg/scripts/buildsystems/vcpkg.cmake"
"inheritEnvironments": [ "msvc_x86" ]
},
{
"name": "x64-Release-static",