Skip to content

Commit

Permalink
Update kit names
Browse files Browse the repository at this point in the history
Change to platform name
  • Loading branch information
kohnech committed Mar 16, 2019
1 parent e9cc0ed commit 1187e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/cmake-kits.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "ts-lib-Windows-VS2017-x64",
"name": "Windows-VS2017-x64",
"cmakeSettings": {
"ENABLE_TESTS": "OFF",
"BUILD_SHARED_LIBS": "YES"
Expand All @@ -13,7 +13,7 @@
}
},
{
"name": "ts-lib-Windows-VS2017-x86",
"name": "Windows-VS2017-x86",
"cmakeSettings": {
"ENABLE_TESTS": "OFF",
"BUILD_SHARED_LIBS": "YES"
Expand Down

0 comments on commit 1187e89

Please sign in to comment.