cmake/Help/variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst

10 lines
373 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_INSTALL_DEFAULT_COMPONENT_NAME
------------------------------------
2015-11-17 17:22:37 +01:00
Default component used in :command:`install` commands.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
If an :command:`install` command is used without the ``COMPONENT`` argument,
these files will be grouped into a default component. The name of this
2014-08-03 19:52:23 +02:00
default install component will be taken from this variable. It
2015-11-17 17:22:37 +01:00
defaults to ``Unspecified``.