C++23 enable in CMakeLists.txt

This commit is contained in:
2023-04-27 14:31:04 +02:00
parent b0b49b89e0
commit 89048ff162

View File

@ -150,6 +150,8 @@ idf_component_register(
${dependencies} ${dependencies}
) )
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23)
target_compile_options(${COMPONENT_TARGET} target_compile_options(${COMPONENT_TARGET}
PRIVATE PRIVATE
-DPROGMEM -DPROGMEM