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
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
