Skip to content

Commit

Permalink
[luci-micro] Change CMake message mode (Samsung#8392)
Browse files Browse the repository at this point in the history
This PR changes CMake message about missing arm compiler from Warning to Stats.

ONE-DCO-1.0-Signed-off-by: Alexander Efimov <[email protected]>
  • Loading branch information
Alexander Efimov authored Feb 8, 2022
1 parent f87c5d6 commit 98c5f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/luci-micro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(ARM_OBJCOPY "arm-none-eabi-objcopy")
find_program(ARM_C_COMPILER_PATH ${ARM_C_COMPILER})

if(NOT ARM_C_COMPILER_PATH)
message(WARNING "ARM compiler is NOT FOUND, skipping luci-micro build")
message(STATUS "Build luci-micro: FALSE(ARM compiler is NOT FOUND)")
return()
endif()

Expand Down

0 comments on commit 98c5f89

Please sign in to comment.