Skip to content

Commit bb76cb1

Browse files
authored
Merge pull request #291 from espressif/matter_cpp_2a
Update CMakeLists.txt to use gnu++2a instead of 17
2 parents 0993906 + 2e38522 commit bb76cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ idf_build_set_property(COMPILE_DEFINITIONS "-DESP32_ARDUINO_LIB_BUILDER" APPEND)
3939
##################
4040
### ESP Matter ###
4141
##################
42-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-DCHIP_HAVE_CONFIG_H" APPEND)
42+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++2a;-DCHIP_HAVE_CONFIG_H" APPEND)

0 commit comments

Comments
 (0)