Skip to content

Commit d795044

Browse files
authored
Fix CMakePresets.json (#5375)
1 parent f5eddcc commit d795044

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
@@ -10,7 +10,7 @@
1010
"name": "win-base",
1111
"description": "Base settings for all windows builds",
1212
"hidden": true,
13-
"generator": "Ninja",
13+
"generator": "Visual Studio 17 2022",
1414
"binaryDir": "${sourceDir}/build/windows",
1515
"cacheVariables": {
1616
"QUIC_ENABLE_LOGGING": "on",
@@ -31,7 +31,7 @@
3131
"name": "lin-base",
3232
"description": "Base settings for all Linux builds",
3333
"hidden": true,
34-
"generator": "Ninja",
34+
"generator": "Unix Makefiles",
3535
"binaryDir": "${sourceDir}/build/linux",
3636
"cacheVariables": {
3737
"QUIC_LOGGING_TYPE": "lttng",

0 commit comments

Comments
 (0)