fix typo + cut-n-paste error

This commit is contained in:
Axel Kohlmeyer 2022-05-23 11:53:58 -04:00
parent bead819070
commit 3662d998ee
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 5 additions and 5 deletions

View File

@ -144,7 +144,7 @@
"cmakeCommandArgs": "-C ${workspaceRoot}\\cmake\\presets\\windows-intel-llvm.cmake -C ${workspaceRoot}\\cmake\\presets\\windows.cmake",
"variables": [
{
"name": "PKG_ELECTRON",
"name": "PKG_ELECTRODE",
"value": "True",
"type": "BOOL"
},
@ -187,7 +187,7 @@
"inheritEnvironments": [],
"variables": [
{
"name": "PKG_ELECTRON",
"name": "PKG_ELECTRODE",
"value": "True",
"type": "BOOL"
},
@ -230,7 +230,7 @@
"inheritEnvironments": [],
"variables": [
{
"name": "PKG_ELECTRON",
"name": "PKG_ELECTRODE",
"value": "True",
"type": "BOOL"
},
@ -273,7 +273,7 @@
"inheritEnvironments": [],
"variables": [
{
"name": "PKG_ELECTRON",
"name": "PKG_ELECTRODE",
"value": "True",
"type": "BOOL"
},
@ -305,4 +305,4 @@
]
}
]
}
}