Skip to content

Ninja Multi-Config: Use build.ninja if cmake --build has no --config

If cmake --build is called with no --config argument, and a build.ninja file is available, use that instead of defaulting to the Debug config.

Edited by Kyle Edwards

Merge request reports