We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2779f20 commit 8e35210Copy full SHA for 8e35210
examples/espidf-arduino-matter-light/CMakeLists.txt
@@ -1,15 +1,14 @@
1
# The following lines of boilerplate have to be in your project's
2
# CMakeLists in this exact order for cmake to work correctly
3
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16.0)
4
5
set(PROJECT_VER "1.0")
6
set(PROJECT_VER_NUMBER 1)
7
8
# This should be done before using the IDF_TARGET variable.
9
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
10
11
-idf_build_set_property(MINIMAL_BUILD ON)
12
-project(arduino_managed_component_light)
+project(espidf_arduino_matter_light)
13
14
# WARNING: This is just an example for using key for decrypting the encrypted OTA image
15
# Please do not use it as is.
0 commit comments