Skip to content

Commit

Permalink
[onert-micro] do not exit when arm compiler not found
Browse files Browse the repository at this point in the history
- do not exit if arm compiler not found since it causes lots of CI infra failure.

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee committed Aug 27, 2024
1 parent 4540b0c commit c48ba76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onert-micro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ find_program(ARM_C_COMPILER_PATH ${ARM_C_COMPILER})

if (NOT ARM_C_COMPILER_PATH)
message(STATUS "Build onert-micro failed: ARM compiler is NOT FOUND")
return()
endif ()

set(OM_CIRCLE_SCHEMA onert_micro_circle_schema)
Expand Down

0 comments on commit c48ba76

Please sign in to comment.