diff options
author | Brad King <brad.king@kitware.com> | 2023-06-14 13:18:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-14 13:18:45 (GMT) |
commit | ed37038a1cd4e37516b91ad4babae68e6d57e7ab (patch) | |
tree | e434eea503f58c7847e966a71dc6bf5cae60fa01 /Help/variable | |
parent | e06b2a526c0d0e8f671b32e28da02176df345ad3 (diff) | |
parent | 7005dea00589143e2d91d863a7d419385a0babf4 (diff) | |
download | CMake-ed37038a1cd4e37516b91ad4babae68e6d57e7ab.zip CMake-ed37038a1cd4e37516b91ad4babae68e6d57e7ab.tar.gz CMake-ed37038a1cd4e37516b91ad4babae68e6d57e7ab.tar.bz2 |
Merge topic 'cross-compiling-emulator-env-var'
7005dea005 CrossCompiling: Load CMAKE_CROSSCOMPILING_EMULATOR from environment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8543
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst b/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst index e21b35d..1c3a26c 100644 --- a/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst +++ b/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst @@ -12,6 +12,10 @@ for the target system. Lists>`, then the first value is the command and remaining values are its arguments. +.. versionadded:: 3.28 + This variable can be initialized via an + :envvar:`CMAKE_CROSSCOMPILING_EMULATOR` environment variable. + The command will be used to run :command:`try_run` generated executables, which avoids manual population of the ``TryRunResults.cmake`` file. |