Skip to content

CLI: Rename --loglevel to --log-level for naming consistency

Craig Scott requested to merge craig.scott/cmake:rename_loglevel_option into master

Other multi-word command line options use hyphens to separate the words, so the --loglevel option introduced in CMake 3.15 was inconsistent in this regard. Rename it to --log-level but still support the original --loglevel name to preserve backward compatibility.

Merge request reports