Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2023-03-28 11:58:47 +0300
committerGitHub <noreply@github.com>2023-03-28 11:58:47 +0300
commit97e58da31362f180642a381f9ea55aee04546c83 (patch)
tree22c1d9decfdbc1345c951c05f5fe9a21ebb23d91 /CMakeLists.txt
parent99797e14e3c041ce520682694e27533bfafb0cb0 (diff)
Remove C90 requirement from CMakeLists (#649)
This is needed as it is breaking projects - https://forums.freertos.org/t/freertos-gcc-cmake/16984 We will re-evaluate and accordingly add this later. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d83db88b..d45de64b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -292,5 +292,3 @@ target_link_libraries(freertos_kernel
)
########################################################################
-# Requirements
-set_property(TARGET freertos_kernel PROPERTY C_STANDARD 90)