Skip to content

Commit 61bcfad

Browse files
committed
RPI cleanup
1 parent 1a987ce commit 61bcfad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/raspberry-pi/blink/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ add_executable(blink-rpi blink.ino)
99
target_compile_options(blink-rpi PRIVATE -x c++)
1010
target_compile_definitions(blink-rpi PUBLIC -DUSE_RPI)
1111
target_link_libraries(blink-rpi arduino_emulator gpiod)
12-
if (USE_RPI)
13-
target_link_libraries(blink gpiod)
14-
endif(USE_RPI)

0 commit comments

Comments
 (0)