Remove generator from CMakeSettings.json

This commit is contained in:
Margen67 2019-06-10 23:56:59 -07:00
parent 3334e4d3f5
commit c27a42780e

View file

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