diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c97944a..409ed787 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -399,4 +399,5 @@ idf_component_register( INCLUDE_DIRS include ) +set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23) endif()