CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst 349 B

123456789
  1. CMAKE_INSTALL_DEFAULT_COMPONENT_NAME
  2. ------------------------------------
  3. Default component used in install() commands.
  4. If an install() command is used without the COMPONENT argument, these
  5. files will be grouped into a default component. The name of this
  6. default install component will be taken from this variable. It
  7. defaults to "Unspecified".