From: tobtoht Date: Tue, 31 May 2022 20:55:07 +0000 (+0200) Subject: CMake: remove unused hidapi var X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=831a7076359f4a9eaf58e7021a972afde22c3ab4;p=gamesguru%2Ffeather.git CMake: remove unused hidapi var --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d1873d..2f4f7e7a 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)