Skip to content

Commit

Permalink
Remove C90 requirement from CMakeLists (#649)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aggarg authored Mar 28, 2023
1 parent 99797e1 commit 97e58da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,3 @@ target_link_libraries(freertos_kernel
)

########################################################################
# Requirements
set_property(TARGET freertos_kernel PROPERTY C_STANDARD 90)

0 comments on commit 97e58da

Please sign in to comment.