Skip to content

Commit

Permalink
[onert-micro] do not exit when arm compiler not found (#13786)
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 <chunseok.lee@samsung.com>
  • Loading branch information
chunseoklee authored Aug 28, 2024
1 parent 4210185 commit 73773e6
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 73773e6

Please sign in to comment.