]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
CMake: remove unused hidapi var
authortobtoht <thotbot@protonmail.com>
Tue, 31 May 2022 20:55:07 +0000 (22:55 +0200)
committertobtoht <thotbot@protonmail.com>
Tue, 31 May 2022 20:55:07 +0000 (22:55 +0200)
CMakeLists.txt

index c5d1873d25c6a6efb02b60d38c8645e6a9f1f338..2f4f7e7af81400727c58edeaffd9ee61c7ae5ff4 100644 (file)
@@ -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)