10000 Merge pull request #3086 from jerryneedell/jerryn_cmake · leadmocha/circuitpython@5f3843d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f3843d

Browse files
authored
Merge pull request adafruit#3086 from jerryneedell/jerryn_cmake
change esp32s2 CMake verision requirement to >= 3.13
2 parents 8abf8c2 + 5015125 commit 5f3843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The following five lines of boilerplate have to be in your project's
22
# CMakeLists in this exact order for cmake to work correctly
3-
cmake_minimum_required(VERSION 3.16)
3+
cmake_minimum_required(VERSION 3.13)
44

55
set(ENV{IDF_PATH} ${CMAKE_SOURCE_DIR}/esp-idf)
66
set(COMPONENTS esptool_py soc driver log main)

0 commit comments

Comments
 (0)
0