Skip to content

Commit

Permalink
Merge pull request #24 from Eusebius1920/master
Browse files Browse the repository at this point in the history
Changed CMake to prefer hidapi-hidraw over hidapi-libusb.
  • Loading branch information
Sapd authored Jul 6, 2018
2 parents 31154fb + cb0af50 commit f6cc4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/Findhidapi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# http://www.boost.org/LICENSE_1_0.txt)

find_library(HIDAPI_LIBRARY
NAMES hidapi hidapi-libusb)
NAMES hidapi-hidraw hidapi)

find_path(HIDAPI_INCLUDE_DIR
NAMES hidapi.h
Expand Down

0 comments on commit f6cc4c9

Please sign in to comment.