Skip to content

Commit eac0d0c

Browse files
authored
Fix build combination test caused by kernel change (FreeRTOS#1036)
* Fix build combination test caused by kernel change
1 parent 56b3374 commit eac0d0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/build-combination/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ target_compile_options(freertos_plus_tcp_build_test
9898
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wno-unused-variable>
9999
)
100100

101+
set( FREERTOS_HEAP "4" CACHE STRING "" FORCE)
102+
101103
target_link_libraries(freertos_plus_tcp_build_test
102104
PRIVATE
103105
freertos_plus_tcp

0 commit comments

Comments
 (0)