[CMake] Controlling what "install" does at make-time ?

Alexander Neundorf a.neundorf-work at gmx.net
Thu Jul 26 12:21:20 EDT 2007


On Thursday 26 July 2007 11:58, Christian Convey wrote:
> Hi Alex,
>
> Wouldn't the command:
> cmake -DCMAKE_INSTALL_COMPONENT=Headers -P cmake_install.cmake
>
> overwrite the very makefiles that are executing that command?  If so,

No, -P means cmake will just execute the given cmake script, i.e. it will not 
generate makefiles or project files etc.

Alex


More information about the CMake mailing list