Skip to content

Commit 0bfa090

Browse files
committed
remove nite2
1 parent 9a1ec6e commit 0bfa090

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/mrpt_hwdrivers/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ endif()
8282
# We need pthread's on unices
8383
target_link_libraries(hwdrivers PRIVATE Threads::Threads)
8484

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()
9185

9286
if(CMAKE_MRPT_HAS_LIBPCAP)
9387
target_link_libraries(hwdrivers PRIVATE ${PCAP_LIBRARY})

0 commit comments

Comments
 (0)