Re: [CMake] INSTALL documentation does not mention default component Unspecified

2012-06-21 Thread Eric Noulard
2012/6/21 Bill Lorensen : > Probably in the documentation for the install command: > > The COMPONENT argument specifies an installation component name with > which the install rule is associated, such as "runtime" or > "development". During component-specific installation only install > rules assoc

Re: [CMake] INSTALL documentation does not mention default component Unspecified

2012-06-21 Thread Bill Lorensen
Probably in the documentation for the install command: The COMPONENT argument specifies an installation component name with which the install rule is associated, such as "runtime" or "development". During component-specific installation only install rules associated with the given component name w

Re: [CMake] INSTALL documentation does not mention default component Unspecified

2012-06-20 Thread Eric Noulard
2012/6/21 Bill Lorensen : > If an INSTALL command does not provide a COMPONENT, it seems that a > component named "Unspecified" is created. This is true. > This is not mentioned > anywhere in the cmake documentation as far as I can tell. This is almost true, Alex has implemented a way to control

[CMake] INSTALL documentation does not mention default component Unspecified

2012-06-20 Thread Bill Lorensen
If an INSTALL command does not provide a COMPONENT, it seems that a component named "Unspecified" is created. This is not mentioned anywhere in the cmake documentation as far as I can tell. This cmake file illustrates the problem: cmake_minimum_required(VERSION 2.8) project(bug) add_executable(m