We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a310477 commit b6ac07fCopy full SHA for b6ac07f
CMakeLists.txt
@@ -9,8 +9,8 @@ project(pico_examples C CXX ASM)
9
set(CMAKE_C_STANDARD 11)
10
set(CMAKE_CXX_STANDARD 17)
11
12
-if (PICO_SDK_VERSION_STRING VERSION_LESS "2.0.0")
13
- message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.0.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
+if (PICO_SDK_VERSION_STRING VERSION_LESS "2.1.0")
+ message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.1.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
14
endif()
15
16
set(PICO_EXAMPLES_PATH ${PROJECT_SOURCE_DIR})
0 commit comments