Skip to content

Commit

Permalink
cmake: bump version from 3.5 to 3.16 (same as idf 5.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress authored and JamieDriver committed Sep 24, 2024
1 parent fc087b8 commit f0b466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
idf_build_set_property(DEPENDENCIES_LOCK dependencies.lock.${IDF_TARGET})
Expand Down

0 comments on commit f0b466f

Please sign in to comment.