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 Oct 10, 2024
1 parent a627038 commit 965f1f2
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 @@ -116,7 +116,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 965f1f2

Please # to comment.