Skip to content

Commit

Permalink
[CMake] remove useless conditional block
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 17, 2024
1 parent eb9f82e commit 9200e31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/ncurses/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ target_link_libraries(${example} PUBLIC
${linked_libs}
${CURSES_LIBRARIES}
)
if("${LibPIGPIO}" STREQUAL "LibPIGPIO-NOTFOUND" OR DEFINED RF24_NO_INTERRUPT)
target_compile_definitions(${example} PUBLIC RF24_NO_INTERRUPT)
endif()

0 comments on commit 9200e31

Please sign in to comment.