install-absolute-dest-configure-time¶
CMake gained the ability to diagnose
install()commands that specify an absoluteDESTINATIONpath via the CMD_INSTALL_ABSOLUTE_DESTINATION diagnostic category. This diagnostic may be controlled with the-Winstall-absolute-destinationcommand-line option, theinstallAbsoluteDestinationfield in acmake-presets(7)warningsobject, or thecmake_diagnostic()command.