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
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
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
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