Skip to content

Commit a855707

Browse files
authoredFeb 23, 2025··
bumo cmake version (#53)
1 parent c0eec89 commit a855707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
33
# The following five lines of boilerplate have to be in your project's
44
# CMakeLists in this exact order for cmake to work correctly
5-
cmake_minimum_required(VERSION 3.5)
5+
cmake_minimum_required(VERSION 3.30)
66

77
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
88
project(BoundBoxESP)

0 commit comments

Comments
 (0)
Please sign in to comment.