remove spurious cmake code, which seems to break some versions of cmake (#2637)

This commit is contained in:
Graham Sanderson 2025-08-27 09:16:43 -07:00 committed by GitHub
parent adcf8be22f
commit 6a3da02ada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)