mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
linux specific: Explicit linking of libudev because there are
two versions out there in the wild. libusb0 is still used on some LTS distros, for example on Centos6.
This commit is contained in:
@@ -13,5 +13,7 @@ include_directories(include)
|
||||
add_library(hidapi STATIC ${HIDAPI_IMPL})
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
target_link_libraries(hidapi udev)
|
||||
# Don't link the udev library, as there are two versions out there (libudev.so.0, libudev.so.1), so they are linked explicitely.
|
||||
# target_link_libraries(hidapi udev)
|
||||
target_link_libraries(hidapi)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user