C++23 enable in CMakeLists.txt

This commit is contained in:
2023-04-27 14:28:46 +02:00
parent a9bec86fdc
commit c1b8b88308

View File

@ -70,3 +70,5 @@ idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
REQUIRES ${requires})
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23)