diff options
author | Brad King <brad.king@kitware.com> | 2019-04-09 12:30:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-09 12:30:15 (GMT) |
commit | a289d7951734d7d107e3d3f780740e4f6f759b05 (patch) | |
tree | 2ee95a159ce436bdd3759aaf47197220bbf7be7a /Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst | |
parent | aa0692de6707face3ee45c458923f1820441ba95 (diff) | |
parent | cb33befe2dec44728003720ec187ff2e7eb0317a (diff) | |
download | CMake-a289d7951734d7d107e3d3f780740e4f6f759b05.zip CMake-a289d7951734d7d107e3d3f780740e4f6f759b05.tar.gz CMake-a289d7951734d7d107e3d3f780740e4f6f759b05.tar.bz2 |
Merge topic 'improve-formatting-of-help'
cb33befe2d Modules: Update documentation formatting
0e4fbb4a1f Help: Improve formatting of Help documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !3199
Diffstat (limited to 'Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst')
-rw-r--r-- | Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst b/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst index 95d2c7f..e7774f2 100644 --- a/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst +++ b/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst @@ -6,7 +6,7 @@ should point to a command on the host system that can run executable built for the target system. The command will be used to run :command:`try_run` generated executables, -which avoids manual population of the TryRunResults.cmake file. +which avoids manual population of the ``TryRunResults.cmake`` file. It is also used as the default value for the :prop_tgt:`CROSSCOMPILING_EMULATOR` target property of executables. |