mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
7bbddeb78d
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.