Skip to content

Commit

Permalink
Fix build combination test caused by kernel change (FreeRTOS#1036)
Browse files Browse the repository at this point in the history
* Fix build combination test caused by kernel change
  • Loading branch information
ActoryOu authored Oct 25, 2023
1 parent 56b3374 commit eac0d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/build-combination/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ target_compile_options(freertos_plus_tcp_build_test
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wno-unused-variable>
)

set( FREERTOS_HEAP "4" CACHE STRING "" FORCE)

target_link_libraries(freertos_plus_tcp_build_test
PRIVATE
freertos_plus_tcp
Expand Down

0 comments on commit eac0d0c

Please sign in to comment.