summaryrefslogtreecommitdiff
path: root/Externals
diff options
context:
space:
mode:
Diffstat (limited to 'Externals')
-rw-r--r--Externals/hidapi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/hidapi/CMakeLists.txt b/Externals/hidapi/CMakeLists.txt
index 6ea9d24e4f..210643caf0 100644
--- a/Externals/hidapi/CMakeLists.txt
+++ b/Externals/hidapi/CMakeLists.txt
@@ -15,7 +15,7 @@ else()
target_link_libraries(hidapi PRIVATE udev)
else()
target_sources(hidapi PRIVATE hidapi-src/libusb/hid.c)
- target_link_libraries(hidapi PRIVATE ${LIBUSB_LIBRARIES})
+ target_link_libraries(hidapi PRIVATE LibUSB::LibUSB)
endif()
endif()