mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
This commit is contained in:
@@ -15,5 +15,5 @@ add_library(hidapi STATIC ${HIDAPI_IMPL})
|
|||||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
# Don't link the udev library, as there are two versions out there (libudev.so.0, libudev.so.1), so they are linked explicitely.
|
# 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 udev)
|
||||||
target_link_libraries(hidapi)
|
target_link_libraries(hidapi dl)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user