e942526b3d
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.
5 lines
40 B
C++
5 lines
40 B
C++
int main(int, char **)
|
|
{
|
|
return 13;
|
|
}
|