feat(cmake): Disable Cmake compiling warning by default

This commit is contained in:
Dong Heng
2020-10-12 16:19:17 +08:00
parent b798ce4d27
commit 208a703009

View File

@ -953,7 +953,7 @@ def init_cli():
"names": ["-n", "--no-warnings"], "names": ["-n", "--no-warnings"],
"help": "Disable Cmake warnings.", "help": "Disable Cmake warnings.",
"is_flag": True, "is_flag": True,
"default": False, "default": True,
}, },
{ {
"names": ["-v", "--verbose"], "names": ["-v", "--verbose"],