Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/Platform/Arduino.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ endfunction()
#
# VAR_NAME - Variable name where the detected version will be saved
#
# Detects the Arduino SDK Version based on the revisions.txt file. The
# Detects the Arduino SDK Version based on the lib/versions.txt file. The
# following variables will be generated:
#
# ${VAR_NAME} -> the full version (major.minor.patch)
Expand Down Expand Up @@ -2202,7 +2202,7 @@ if(NOT ARDUINO_FOUND AND ARDUINO_SDK_PATH)
set(ARDUINO_SDK_VERSION_PATCH ${ARDUINO_SDK_VERSION_PATCH} CACHE STRING "Arduino SDK Patch Version")

if(ARDUINO_SDK_VERSION VERSION_LESS 0.19)
message(FATAL_ERROR "Unsupported Arduino SDK (require verion 0.19 or higher)")
message(FATAL_ERROR "Unsupported Arduino SDK (require version 0.19 or higher)")
endif()

message(STATUS "Arduino SDK version ${ARDUINO_SDK_VERSION}: ${ARDUINO_SDK_PATH}")
Expand Down