You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
373 B

  1. CMAKE_INSTALL_DEFAULT_COMPONENT_NAME
  2. ------------------------------------
  3. Default component used in :command:`install` commands.
  4. If an :command:`install` command is used without the ``COMPONENT`` argument,
  5. these 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``.