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>
This commit is contained in:
Gaurav-Aggarwal-AWS 2023-03-28 14:28:47 +05:30 committed by GitHub
parent 99797e14e3
commit 97e58da313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,5 +292,3 @@ target_link_libraries(freertos_kernel
)
########################################################################
# Requirements
set_property(TARGET freertos_kernel PROPERTY C_STANDARD 90)