Skip to content

Commit

Permalink
Fix CMake build.
Browse files Browse the repository at this point in the history
hardware_watchdog depends from pico_bootrom due to header pico/bootrom.h

BUILD.bazel also has this dependency.
  • Loading branch information
yh-sb committed Nov 23, 2024
1 parent 39a7f97 commit 6ced963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_watchdog/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pico_simple_hardware_target(watchdog)

pico_mirrored_target_link_libraries(hardware_watchdog INTERFACE hardware_ticks)
pico_mirrored_target_link_libraries(hardware_watchdog INTERFACE hardware_ticks pico_bootrom)

0 comments on commit 6ced963

Please sign in to comment.