• Justin Jagieniak's avatar
    Fix cross-compile to consider CMAKE_CROSSCOMPILING_EMULATOR · 1715fef1
    Justin Jagieniak authored
    When CMAKE_CROSSCOMPILING_EMULATOR is defined, a cross-compile
    can be made, however with native (emulated) execution possible.
    
    This commit takes those points in the build system that
    execute built targets natively and allow these to be executed
    in a crosscompile if CMAKE_CROSSCOMPILING_EMULATOR is defined.
    
    Closes #1805
    1715fef1
CMakeLists.txt 3.01 KB