install-absolute-dest-configure-timeΒΆ
CMake gained the ability to diagnose
install()commands that specify an absoluteDESTINATIONpath via theCMD_INSTALL_ABSOLUTE_DESTINATIONdiagnostic category. This diagnostic may be controlled with the-Winstall-absolute-destinationcommand-line option, theinstallAbsoluteDestinationfield in aCMake Presetswarningsobject, or thecmake_diagnostic()command.