From 831a7076359f4a9eaf58e7021a972afde22c3ab4 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 31 May 2022 22:55:07 +0200 Subject: [PATCH] CMake: remove unused hidapi var --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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)