Skip to content

cmInstall(Files|Program)Command: Refactoring

Alex Turbov requested to merge zaufi/cmake:refactor/cmInstallXXXCommand into master

I tried to play with unity builds of CMake and hit a few problems. One of 'em was duplicate function names (and code) in the cmInstallFilesCommand.cxx and cmInstallProgramsCommand.cxx.

Here is the MR to make these files unity builds friendly and a few other refactorings to simplify code in 'em.

P.S. Unity build of CMake itself still needs more care...

Merge request reports