Skip to content

Commit 95d497e

Browse files
committed
Try fix CI
1 parent 26e3444 commit 95d497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hidtest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
99
cmake_policy(SET CMP0074 NEW)
1010
endif()
1111

12-
find_package(hidapi 0.12 REQUIRED)
12+
find_package(hidapi 0.15 REQUIRED)
1313
message(STATUS "Using HIDAPI: ${hidapi_VERSION}")
1414
else()
1515
# hidtest is built as part of the main HIDAPI build

0 commit comments

Comments
 (0)