Skip to content

Commit

Permalink
remove internal libusb
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Oct 7, 2024
1 parent 6659957 commit b86c2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
39 changes: 0 additions & 39 deletions CMake/external_libusb.cmake

This file was deleted.

3 changes: 2 additions & 1 deletion CMake/libusb_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ if (NOT TARGET usb)
target_include_directories(usb INTERFACE ${LIBUSB_INC})
target_link_libraries(usb INTERFACE ${LIBUSB_LIB})
else()
include(CMake/external_libusb.cmake)
message(FATAL_ERROR "libudb library is expected and cannot be found")

endif()
install(TARGETS usb EXPORT realsense2Targets)
endif()

0 comments on commit b86c2cd

Please sign in to comment.