From c10b8bd0e23978953f8a7ef9c6400e4d709f4dee Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 27 Apr 2023 14:34:29 +0200 Subject: [PATCH] C++23 enable in CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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()