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