|
|
@@ -2,7 +2,7 @@ set(CMAKE_CROSSCOMPILING 1)
|
|
|
|
|
|
try_run(run_result compile_result
|
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
|
- ${CMAKE_CURRENT_SOURCE_DIR}/simple_src.cxx
|
|
|
+ ${CMAKE_CURRENT_SOURCE_DIR}/simple_src_exiterror.cxx
|
|
|
RUN_OUTPUT_VARIABLE run_output)
|
|
|
|
|
|
message(STATUS "run_output: ${run_output}")
|
|
|
@@ -13,6 +13,6 @@ set(CMAKE_CROSSCOMPILING_EMULATOR ${CMAKE_CROSSCOMPILING_EMULATOR}
|
|
|
"multi arg")
|
|
|
try_run(run_result compile_result
|
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
|
- ${CMAKE_CURRENT_SOURCE_DIR}/simple_src.cxx
|
|
|
+ ${CMAKE_CURRENT_SOURCE_DIR}/simple_src_exiterror.cxx
|
|
|
RUN_OUTPUT_VARIABLE run_output)
|
|
|
message(STATUS "Emulator with arguments run_output: ${run_output}")
|