We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eddcc commit d795044Copy full SHA for d795044
CMakePresets.json
@@ -10,7 +10,7 @@
10
"name": "win-base",
11
"description": "Base settings for all windows builds",
12
"hidden": true,
13
- "generator": "Ninja",
+ "generator": "Visual Studio 17 2022",
14
"binaryDir": "${sourceDir}/build/windows",
15
"cacheVariables": {
16
"QUIC_ENABLE_LOGGING": "on",
@@ -31,7 +31,7 @@
31
"name": "lin-base",
32
"description": "Base settings for all Linux builds",
33
34
+ "generator": "Unix Makefiles",
35
"binaryDir": "${sourceDir}/build/linux",
36
37
"QUIC_LOGGING_TYPE": "lttng",
0 commit comments