File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff 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}" ,
Original file line number Diff line number Diff line change 5151 "CLANG_INCLUDE_TESTS" : false ,
5252 "CLANG_INCLUDE_DOCS" : false ,
5353 "CLANG_BUILD_EXAMPLES" : false
54+ },
55+ "warnings" : {
56+ "unusedCli" : false
5457 }
5558 },
5659 {
You can’t perform that action at this time.
0 commit comments