diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d1873..2f4f7e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,9 +77,6 @@ link_directories(${EASYLOGGING_LIBRARY_DIRS}) find_library(SODIUM_LIBRARY sodium) message(STATUS "libsodium: libraries at ${SODIUM_LIBRARY}") -# HIDApi -set(HIDAPI_FOUND OFF) - # QrEncode find_package(QREncode REQUIRED)