Skip to content

Commit

Permalink
Ignore missing ARM Compiler for Svace test (Samsung#10832)
Browse files Browse the repository at this point in the history
- Do not exit with missing arm compiler for x64 configure

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee authored May 29, 2023
1 parent 5c2ed66 commit 21d58dc
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 luci-micro: FALSE(ARM compiler is NOT FOUND)")
return()
endif ()

if (NOT_BUILD_EXTERNALS)
Expand Down

0 comments on commit 21d58dc

Please sign in to comment.