We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced2f2b commit 10d5627Copy full SHA for 10d5627
CMakeLists.txt
@@ -24,7 +24,7 @@ add_library(${PROJECT_NAME} STATIC
24
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror)
25
##########################################################################
26
target_include_directories(${PROJECT_NAME} PUBLIC src extras/cyphal++/include src/libcanard src/libo1heap)
27
-target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_17)
+target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_20)
28
29
if(BUILD_EXAMPLES)
30
add_subdirectory(examples/CAN/host-example-01-opencyphal-basic-node)
0 commit comments