diff --git a/CMakeLists.txt b/CMakeLists.txt index caa3900..3f0c1d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ elseif ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "arm64" OR "${CMAKE_SYSTEM_PROCESSO message("Building for the ARM64 architecture.") endif () -set(CMAKE_C_STANDARD 23) +set(CMAKE_C_STANDARD 11) add_executable(CustomHeapManager main.c)