Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Improve source file name in RunCMake.CrosscompilingEmulator | Jean-Christophe Fillion-Robin | 2016-05-03 | 1 | -2/+2 |
| | | | | | The test executable returns with an error, so indicate this in the source name. | ||||
* | try_run: Use CMAKE_CROSSCOMPILING_EMULATOR. | Matt McCormick | 2015-04-08 | 1 | -0/+18 |
If the CMAKE_CROSSCOMPILING_EMULATOR variable is defined, and CMAKE_CROSSCOMPILING is TRUE, then use CMAKE_CROSSCOMPILING_EMULATOR to run the try_run executables. This prevents the need to populate TryRunResults.cmake when cross compiling. |