Skip to content

Commit b6ac07f

Browse files
committed
Require SDK 2.1.0
1 parent a310477 commit b6ac07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ project(pico_examples C CXX ASM)
99
set(CMAKE_C_STANDARD 11)
1010
set(CMAKE_CXX_STANDARD 17)
1111

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}")
12+
if (PICO_SDK_VERSION_STRING VERSION_LESS "2.1.0")
13+
message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.1.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
1414
endif()
1515

1616
set(PICO_EXAMPLES_PATH ${PROJECT_SOURCE_DIR})

0 commit comments

Comments
 (0)