[cmake-developers] Making the default install component name configurable
Alexander Neundorf
neundorf at kde.org
Sun May 13 09:49:05 EDT 2012
Hi,
the install() command has a COMPONENT argument.
If this is not used, such unnamed components are always named "Unspecified".
In the MakeDefaultInstallComponentNameConfigurable branch on stage I added a
new cmake variable CMAKE_DEFAULT_INSTALL_COMPONENT_NAME, which is now used
instead. It is initialized to "Unspecified", so if nobody does anything,
everything stays as it was.
But if needed, this variable can now be set to something project-specific or
directory specific.
Comments ?
Alex
P.S. documentation is still missing, will do this soon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20120513/dab48c9f/attachment.html>
More information about the cmake-developers
mailing list