Skip to content

Commit 517d1f7

Browse files
committed
Change VS version.
1 parent f1d2cc1 commit 517d1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
{
7272
"name": "ninja-multi-vcpkg-local-win-x86",
73-
"description": "Run x86 Native Tools Command Prompt for VS 2019 and then run 'C:/Users/v3133/AppData/Local/Programs/Microsoft VS Code/Code.exe'",
73+
"description": "Run x86 Native Tools Command Prompt for VS 2022 and then run 'C:/Users/v3133/AppData/Local/Programs/Microsoft VS Code/Code.exe'",
7474
"inherits": [
7575
"ninja-multi-vcpkg-local-base"
7676
],
@@ -93,7 +93,7 @@
9393
"VCPKG_DEFAULT_HOST_TRIPLET": "x86-windows-static",
9494
"VCPKG_DOWNLOADS": "C:/vcpkg/downloads",
9595
"VCPKG_DEFAULT_BINARY_CACHE": "C:/vcpkg/bincache-$env{VCPKG_TRIPLET}",
96-
"NINJAPATH": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe"
96+
"NINJAPATH": "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe"
9797
}
9898
},
9999
{

0 commit comments

Comments
 (0)