mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
This change adds documentation for the new DESTINATION behavior of the install() command.
13 lines
612 B
ReStructuredText
13 lines
612 B
ReStructuredText
install-defaults
|
|
----------------
|
|
|
|
* The ``TARGETS`` variant of the :command:`install` command learned how to
|
|
install to an appropriate default directory for a given target type, based
|
|
on variables from the :module:`GNUInstallDirs` module and built-in defaults,
|
|
in lieu of a ``DESTINATION`` argument.
|
|
* The ``FILES`` and ``DIRECTORY`` variants of the :command:`install` command
|
|
learned a new set of parameters for installing files as a file type, setting
|
|
the destination based on the appropriate variables from
|
|
:module:`GNUInstallDirs` and built-in defaults, in lieu of a ``DESTINATION``
|
|
argument.
|