Skip to content

Miscellaneous refactorings

Daniel Eiband requested to merge eiband/cmake:miscellaneous-refactorings into master

Remove call to ConvertToWindowsExtendedPath which discards the return value. Remove function declarations which do not have a corresponding definition. Call GetCommandByExactName instead of GetCommand for argument which is already lower case.

Merge request reports