mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Merge topic 'iar-exe-suffix'
09bc0785eeHelp: Document CMAKE_EXECUTABLE_SUFFIX_<LANG> explicitly05a3bafe65Compiler/IAR: Avoid clobbering CMAKE_EXECUTABLE_SUFFIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6357
This commit is contained in:
@@ -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>``.
|
||||
|
||||
7
Help/variable/CMAKE_EXECUTABLE_SUFFIX_LANG.rst
Normal file
7
Help/variable/CMAKE_EXECUTABLE_SUFFIX_LANG.rst
Normal 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>``.
|
||||
Reference in New Issue
Block a user