mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
CMake: remove unused hidapi var
This commit is contained in:
parent
85a9bb1d2e
commit
831a707635
1 changed files with 0 additions and 3 deletions
|
@ -77,9 +77,6 @@ link_directories(${EASYLOGGING_LIBRARY_DIRS})
|
||||||
find_library(SODIUM_LIBRARY sodium)
|
find_library(SODIUM_LIBRARY sodium)
|
||||||
message(STATUS "libsodium: libraries at ${SODIUM_LIBRARY}")
|
message(STATUS "libsodium: libraries at ${SODIUM_LIBRARY}")
|
||||||
|
|
||||||
# HIDApi
|
|
||||||
set(HIDAPI_FOUND OFF)
|
|
||||||
|
|
||||||
# QrEncode
|
# QrEncode
|
||||||
find_package(QREncode REQUIRED)
|
find_package(QREncode REQUIRED)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue