Skip to content

Commit 97e58da

Browse files
authored
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>
1 parent 99797e1 commit 97e58da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,3 @@ target_link_libraries(freertos_kernel
292292
)
293293

294294
########################################################################
295-
# Requirements
296-
set_property(TARGET freertos_kernel PROPERTY C_STANDARD 90)

0 commit comments

Comments
 (0)