Merge topic 'iar-exe-suffix'

09bc0785ee Help: Document CMAKE_EXECUTABLE_SUFFIX_<LANG> explicitly
05a3bafe65 Compiler/IAR: Avoid clobbering CMAKE_EXECUTABLE_SUFFIX

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6357
This commit is contained in:
Brad King
2021-07-20 15:55:25 +00:00
committed by Kitware Robot
4 changed files with 12 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ The suffix for executables on this platform.
The suffix to use for the end of an executable filename if any, ``.exe``
on Windows.
``CMAKE_EXECUTABLE_SUFFIX_<LANG>`` overrides this for language ``<LANG>``.
:variable:`CMAKE_EXECUTABLE_SUFFIX_<LANG>` overrides this for
language ``<LANG>``.

View File

@@ -0,0 +1,7 @@
CMAKE_EXECUTABLE_SUFFIX_<LANG>
------------------------------
The suffix to use for the end of an executable filename of ``<LANG>``
compiler target architecture, if any.
It overrides :variable:`CMAKE_EXECUTABLE_SUFFIX` for language ``<LANG>``.