diff --git a/cmake/Platform/Arduino.cmake b/cmake/Platform/Arduino.cmake index 042a3c1..0a4e5f0 100644 --- a/cmake/Platform/Arduino.cmake +++ b/cmake/Platform/Arduino.cmake @@ -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) @@ -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}")