We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0993906 commit 2e38522Copy full SHA for 2e38522
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