From 6e1f14bc7ad34ba2fa233135fe2f0912a1f2fcb0 Mon Sep 17 00:00:00 2001 From: Marius Greuel Date: Thu, 5 Jan 2023 18:21:01 +0100 Subject: [PATCH] Update to latest MSVC fork of hidapi to include bug fixes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eed335f7..794e6f19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,7 +242,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