We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89c220 commit 127e160Copy full SHA for 127e160
idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6/CMakeLists.txt
@@ -10,7 +10,7 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
10
#list(APPEND compile_definitions "CHIP_HAVE_CONFIG_H=1")
11
#list(APPEND compile_definitions "CHIP_ADDRESS_RESOLVE_IMPL_INCLUDE_HEADER=<lib/address_resolve/AddressResolve_DefaultImpl.h>")
12
13
-project(Matter_C6_Thread_Light)
+project(Matter_Thread_Light)
14
15
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++2a;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
16
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
0 commit comments