https://github.com/Kitware/CMake
Raw File
Tip revision: 519427e32c1f914b2a4184553c18fccd4614209d authored by Brad King on 17 May 2018, 13:07:43 UTC
CMake 3.11.2
Tip revision: 519427e
CMAKE_CROSSCOMPILING_EMULATOR.rst
CMAKE_CROSSCOMPILING_EMULATOR
-----------------------------

This variable is only used when :variable:`CMAKE_CROSSCOMPILING` is on. It
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.

It is also used as the default value for the
:prop_tgt:`CROSSCOMPILING_EMULATOR` target property of executables.
back to top