mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
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:
parent
99797e14e3
commit
97e58da313
|
@ -292,5 +292,3 @@ target_link_libraries(freertos_kernel
|
||||||
)
|
)
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# Requirements
|
|
||||||
set_property(TARGET freertos_kernel PROPERTY C_STANDARD 90)
|
|
||||||
|
|
Loading…
Reference in a new issue