mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/connectedhomeip: use CONFIG_CXX_STANDARD instead of hard code
as c++ versions are upgraded, hard code compilation options can cause build error Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
parent
b6fb787669
commit
2ff75e32e9
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ if(CONFIG_MATTER)
|
|||
|
||||
set(MATTER_FLAGS
|
||||
-DCHIP_HAVE_CONFIG_H
|
||||
-std=c++17
|
||||
-std=${CONFIG_CXX_STANDARD}
|
||||
-Wno-undef
|
||||
-DCHIP_ADDRESS_RESOLVE_IMPL_INCLUDE_HEADER=<lib/address_resolve/AddressResolve_DefaultImpl.h>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue