Skip to content

Commit 5e04827

Browse files
projectgusdpgeorge
authored andcommitted
esp32: Increase minimum CMake version to 3.16.
ESP-IDF v5.5.x requires min 3.16 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent a63cc63 commit 5e04827

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ports/esp32/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Note for maintainers: Where possible, functionality should be put into
44
# esp32_common.cmake not this file. This is because this CMakeLists.txt file
55
# needs to be duplicated for out-of-tree builds, and can easily get out of date.
6-
cmake_minimum_required(VERSION 3.12)
6+
7+
cmake_minimum_required(VERSION 3.16)
78

89
# Set the board if it's not already set.
910
if(NOT MICROPY_BOARD)

0 commit comments

Comments
 (0)