Skip to content

Commit

Permalink
chore: change version noticed to WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jul 9, 2024
1 parent 06bee03 commit 81be598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ endif()
if(ARCH STREQUAL ARM)
include(targets/common/arm/CMakeLists.txt)
if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "13.2.1")
message(FATAL_ERROR "Only arm gnu toolchain 13.2.rel1 is currently supported")
message(WARNING "Only arm gnu toolchain 13.2.rel1 is supported")
endif()
endif()

Expand Down

0 comments on commit 81be598

Please sign in to comment.