remove spurious cmake code, which seems to break some versions of cmake

This commit is contained in:
graham sanderson 2025-08-26 11:20:54 -05:00
parent b30caca4fd
commit 385a5a4d02

View file

@ -18,5 +18,3 @@ if (PICO_CYW43_SUPPORTED)
)
endif()
pico_generate_pio_header(pico_status_led ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio)
get_target_property(OUT pico_status_led LINK_LIBRARIES)