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 26d2b2a commit 51b811fCopy full SHA for 51b811f
cmake/toolchain.cmake
@@ -49,8 +49,8 @@ SET(CMAKE_SYSTEM_PROCESSOR arm)
49
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) # don't try to link when testing the compiler, it won't work anyway
50
set(BUILD_SHARED_LIBS false CACHE STRING "")
51
52
-set(CMAKE_CXX_STANDARD 14)
53
-set(CMAKE_C_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_C_STANDARD 17)
54
55
set(CMAKE_EXECUTABLE_SUFFIX .elf)
56
# These override CMAKE_EXECUTABLE_SUFFIX -- prevent any CMake built-in from overriding the value we want
0 commit comments