Skip to content

Commit 17aa356

Browse files
authored
fix(matter): reverses changes
1 parent 029c3cb commit 17aa356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
idf_component_register(SRC_DIRS "."
22
INCLUDE_DIRS ".")
3+
4+
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
5+
target_compile_options(${COMPONENT_LIB} PRIVATE "-DCHIP_HAVE_CONFIG_H")

0 commit comments

Comments
 (0)