Skip to content

cmake: Honor CMAKE_GENERATOR env var in --help output

Juan Ramos requested to merge (removed):set_environment_generator into master

Currently --help doesn't mark the generator specified by CMAKE_GENERATOR with an asterisk, this is a bit confusing to users who set CMAKE_GENERATOR and want a quick confirmation.

Merge request reports