Skip to content

Commit 4ce5009

Browse files
Update CMakePresets.json to use VS2022 instead of VS2019 (#7358)
1 parent 034aafa commit 4ce5009

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakePresets.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
3737
},
3838
{
39-
"name": "vs2019",
39+
"name": "vs2022",
4040
"hidden": true,
4141
"inherits": [
4242
"vcpkg",
4343
"windows-only"
4444
],
45-
"generator": "Visual Studio 16 2019",
45+
"generator": "Visual Studio 17 2022",
4646
"toolset": "host=x64"
4747
},
4848
{
@@ -84,7 +84,7 @@
8484
{
8585
"name": "win32",
8686
"inherits": [
87-
"vs2019",
87+
"vs2022",
8888
"base"
8989
],
9090
"displayName": "Win32 (Visual Studio)",
@@ -94,7 +94,7 @@
9494
{
9595
"name": "win64",
9696
"inherits": [
97-
"vs2019",
97+
"vs2022",
9898
"base"
9999
],
100100
"displayName": "Win64 (Visual Studio)",
@@ -121,7 +121,7 @@
121121
"name": "package-windows",
122122
"inherits": [
123123
"package",
124-
"vs2019"
124+
"vs2022"
125125
],
126126
"displayName": "Package ZIP for Windows",
127127
"description": "Build for packaging Windows shared libraries.",

0 commit comments

Comments
 (0)