Skip to content

Commit d558081

Browse files
authored
-std=gnu++2a
1 parent 4a9bfeb commit d558081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ add_custom_command(
3535
add_custom_target(mem-variant DEPENDS "mem_variant")
3636

3737
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

Comments
 (0)