blob: 580a46c9f1ae92557ef829d7a8aa1cd193f11ac6 [file]
install-absolute-dest-configure-time
-------------------------------------
* CMake gained the ability to diagnose :command:`install` commands that
specify an absolute ``DESTINATION`` path via the
:diagnostic:`CMD_INSTALL_ABSOLUTE_DESTINATION` diagnostic category.
This diagnostic may be controlled with the
:option:`-Winstall-absolute-destination <cmake -W>` command-line option,
the ``installAbsoluteDestination`` field in a
:manual:`CMake Presets <cmake-presets(7)>`
:preset:`configurePresets.warnings` object,
or the :command:`cmake_diagnostic` command.