8000 change CMake verision requirement · ricardoquesada/circuitpython@bbedd43 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbedd43

Browse files
committed
change CMake verision requirement
1 parent 8abf8c2 commit bbedd43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frozen/Adafruit_CircuitPython_RFM9x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 6485df1279aac2d42a86861d27df5e692efbfc78

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