We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bb112 commit a4e307eCopy full SHA for a4e307e
1 file changed
CMakeLists.txt
@@ -30,6 +30,8 @@ idf_component_register(
30
PRIV_REQUIRES ${private_requires}
31
)
32
33
+idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17" APPEND)
34
+
35
# Optionally link M5Unified only when it is already part of the build (e.g. a M5Unified-based
36
# app or example). This puts M5GFX's <utility/I2C_Class.hpp> on adapter_i2c.cpp's include path,
37
# so the real m5::I2C_Class adapter is compiled instead of the stub. Pure ESP-IDF builds without
0 commit comments