Skip to content

Commit

Permalink
Add force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Oct 24, 2023
1 parent 24dc901 commit 978c625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build-combination/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ target_compile_options(freertos_plus_tcp_build_test
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wno-unused-variable>
)

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

target_link_libraries(freertos_plus_tcp_build_test
PRIVATE
Expand Down

0 comments on commit 978c625

Please sign in to comment.