Remove generator from CMakeSettings.json
This commit is contained in:
parent
3334e4d3f5
commit
c27a42780e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue