Remove generator from CMakeSettings.json

This commit is contained in:
Margen67 2019-06-10 23:56:59 -07:00
parent 3334e4d3f5
commit c27a42780e
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
"configurations": [ "configurations": [
{ {
"name": "x86-Release", "name": "x86-Release",
"generator": "Visual Studio 15 2017",
"configurationType": "Release", "configurationType": "Release",
"inheritEnvironments": [ "inheritEnvironments": [
"msvc_x86" "msvc_x86"
@ -15,7 +14,6 @@
}, },
{ {
"name": "x86-Debug", "name": "x86-Debug",
"generator": "Visual Studio 15 2017",
"configurationType": "Debug", "configurationType": "Debug",
"inheritEnvironments": [ "inheritEnvironments": [
"msvc_x86" "msvc_x86"