Skip to content

Commit 8e35210

Browse files
authored
Update CMakeLists.txt
1 parent 2779f20 commit 8e35210

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/espidf-arduino-matter-light/CMakeLists.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# The following 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.0)
44

55
set(PROJECT_VER "1.0")
66
set(PROJECT_VER_NUMBER 1)
77

88
# This should be done before using the IDF_TARGET variable.
99
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
1010

11-
idf_build_set_property(MINIMAL_BUILD ON)
12-
project(arduino_managed_component_light)
11+
project(espidf_arduino_matter_light)
1312

1413
# WARNING: This is just an example for using key for decrypting the encrypted OTA image
1514
# Please do not use it as is.

0 commit comments

Comments
 (0)