We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0993906 + 2e38522 commit bb76cb1Copy full SHA for bb76cb1
CMakeLists.txt
@@ -39,4 +39,4 @@ idf_build_set_property(COMPILE_DEFINITIONS "-DESP32_ARDUINO_LIB_BUILDER" APPEND)
39
##################
40
### ESP Matter ###
41
42
-idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-DCHIP_HAVE_CONFIG_H" APPEND)
+idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++2a;-DCHIP_HAVE_CONFIG_H" APPEND)
0 commit comments