Skip to content

Commit ba936d3

Browse files
authored
pico_lwip_arch is actually what depends on pico_rand (#2303)
1 parent 7d0f44b commit ba936d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rp2_common/pico_lwip/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ if (EXISTS ${PICO_LWIP_PATH}/${LWIP_TEST_PATH})
299299
pico_mirrored_target_link_libraries(pico_lwip_freertos INTERFACE
300300
pico_async_context_base
301301
pico_lwip
302-
pico_lwip_contrib_freertos
303-
pico_rand)
302+
pico_lwip_contrib_freertos)
304303

305304
pico_add_subdirectory(tools)
306305
pico_promote_common_scope_vars()

0 commit comments

Comments
 (0)