[cmake-developers] Integration of manpage installation

Brad King brad.king at kitware.com
Tue Jun 7 10:36:05 EDT 2011


On 06/07/2011 10:31 AM, Michael Wild wrote:
> install(FILES cmake.1
>   DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man1 COMPONENT doc)

Actually that should be CMAKE_INSTALL_MANDIR.  The documentation of
GnuInstallDirs specifies that the variables without _FULL_ are meant
for passing to install command DESTINATION arguments.

-Brad



More information about the cmake-developers mailing list