mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
5d2b89d5fa
Closes: #17553
13 lines
360 B
ReStructuredText
13 lines
360 B
ReStructuredText
CMAKE_HOST_EXECUTABLE_SUFFIX
|
|
----------------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
The suffix for executables on the host platform. This may differ from
|
|
the suffix for the target platform, :variable:`CMAKE_EXECUTABLE_SUFFIX`.
|
|
|
|
The suffix to use for the end of an executable filename if any, ``.exe``
|
|
on Windows.
|
|
|
|
See also :variable:`CMAKE_EXECUTABLE_SUFFIX`.
|