Files
CMake/Help/release/dev/install-defaults.rst
Kyle Edwards fdcd559a8e Help: Add documentation and release notes for install
This change adds documentation for the new DESTINATION behavior of
the install() command.
2018-11-07 15:47:21 -05:00

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.