Skip to content

Commit 994dd25

Browse files
committed
build: unused cli option is not a warning
build: unused cli option is not a warning
1 parent 61d6e7b commit 994dd25

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CMakePresets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"MRDOCS_GENERATE_REFERENCE": "OFF",
2828
"MRDOCS_GENERATE_ANTORA_REFERENCE": "OFF"
2929
},
30+
"warnings": {
31+
"unusedCli": false
32+
},
3033
"vendor": {
3134
"microsoft.com/VisualStudioSettings/CMake/1.0": {
3235
"hostOS": [

bootstrap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@ def create_cmake_presets(self):
723723
"MRDOCS_GENERATE_REFERENCE": False,
724724
"MRDOCS_GENERATE_ANTORA_REFERENCE": False
725725
},
726+
"warnings": {
727+
"unusedCli": False
728+
},
726729
"condition": {
727730
"type": "equals",
728731
"lhs": "${hostSystemName}",

third-party/llvm/CMakePresets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"CLANG_INCLUDE_TESTS": false,
5252
"CLANG_INCLUDE_DOCS": false,
5353
"CLANG_BUILD_EXAMPLES": false
54+
},
55+
"warnings": {
56+
"unusedCli": false
5457
}
5558
},
5659
{

0 commit comments

Comments
 (0)