We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5c313 commit cdcf1d5Copy full SHA for cdcf1d5
arm-runtimes/CMakeLists.txt
@@ -157,9 +157,9 @@ if(ENABLE_LIBC_TESTS OR ENABLE_COMPILER_RT_TESTS OR ENABLE_LIBCXX_TESTS)
157
158
if(TEST_EXECUTOR STREQUAL qemu)
159
if(TARGET_ARCH MATCHES "^aarch64")
160
- find_program(QEMU_EXECUTABLE qemu-system-aarch64)
+ find_program(QEMU_EXECUTABLE qemu-system-aarch64 REQUIRED)
161
else()
162
- find_program(QEMU_EXECUTABLE qemu-system-arm)
+ find_program(QEMU_EXECUTABLE qemu-system-arm REQUIRED)
163
endif()
164
165
# Use colon as a separator because comma and semicolon are used for
0 commit comments