Skip to content

Commit 0f074fb

Browse files
authored
Merge pull request #3072 from PTS93/patch-2
Update minimum required cmake to 3.16
2 parents 9ec9644 + a80d747 commit 0f074fb

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.5)
3+
cmake_minimum_required(VERSION 3.16)
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)