We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3444 commit 95d497eCopy full SHA for 95d497e
hidtest/CMakeLists.txt
@@ -9,7 +9,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
9
cmake_policy(SET CMP0074 NEW)
10
endif()
11
12
- find_package(hidapi 0.12 REQUIRED)
+ find_package(hidapi 0.15 REQUIRED)
13
message(STATUS "Using HIDAPI: ${hidapi_VERSION}")
14
else()
15
# hidtest is built as part of the main HIDAPI build
0 commit comments