Merge pull request #1269 from mariusgreuel/pr-update-windows-hidapi

Update to latest MSVC fork of hidapi to include bug fixes
This commit is contained in:
Stefan Rueger 2023-01-05 17:39:02 +00:00 committed by GitHub
commit 5642cecb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ if(USE_EXTERNAL_LIBS)
FetchContent_Declare(libhidapi
GIT_REPOSITORY https://github.com/avrdudes/libhidapi.git
GIT_TAG e3700e951f762ef92871ff4fc94586e4d1c042a6
GIT_TAG d1307487973c857bc158e27ecc99644b2f5e68ea
)
FetchContent_Declare(libftdi