We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9bfeb commit d558081Copy full SHA for d558081
CMakeLists.txt
@@ -35,3 +35,4 @@ add_custom_command(
35
add_custom_target(mem-variant DEPENDS "mem_variant")
36
37
idf_build_set_property(COMPILE_DEFINITIONS "-DESP32_ARDUINO_LIB_BUILDER" APPEND)
38
+idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++2a;-DCHIP_HAVE_CONFIG_H" APPEND)
0 commit comments