We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1ec6e commit 0bfa090Copy full SHA for 0bfa090
modules/mrpt_hwdrivers/CMakeLists.txt
@@ -82,12 +82,6 @@ endif()
82
# We need pthread's on unices
83
target_link_libraries(hwdrivers PRIVATE Threads::Threads)
84
85
-# Link to NITE2 libraries:
86
-if(CMAKE_MRPT_HAS_NITE2)
87
- # link_directories() was added in the configuration script under /cmakemodules/*_ni.cmake
88
- include_directories(${NITE2_INCLUDE_DIR})
89
- target_link_libraries(hwdrivers PRIVATE ${NITE2_LIB_FILE_RELEASE})
90
-endif()
91
92
if(CMAKE_MRPT_HAS_LIBPCAP)
93
target_link_libraries(hwdrivers PRIVATE ${PCAP_LIBRARY})
0 commit comments