Skip to content

cmGlobalNinjaGenerator: remove unnecessary virtual method

Ben Boeckel requested to merge ben.boeckel/cmake:ninja-minor-cleanups into master

The implementation is the same and the called method used internally is virtual, so just make the call non-virtual.


Some minor cleanups.

Merge request reports