C++23 enable in CMakeLists.txt

This commit is contained in:
2023-04-27 14:34:29 +02:00
parent 32e16173ce
commit c10b8bd0e2

View File

@@ -399,4 +399,5 @@ idf_component_register(
INCLUDE_DIRS INCLUDE_DIRS
include include
) )
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23)
endif() endif()