Linker configuration: enhance usability
The linker configuration file is now optional: It is loaded only if
variable CMAKE_<LANG>_USE_LINKER_CONFIGURATION
is set to TRUE.
The file CMakeAddNewLanguage.txt
is updated to take into account the
linker configuration.
Fixes: #26393 (closed)
Backport: release
Edited by Brad King