From 000036f745ebba559c0feaa07eb162f2e086e1a9 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Fri, 19 Dec 2025 22:30:14 -0500 Subject: [PATCH] Driver: DXX: Update Fixes D2XX HANDLE leak. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6325a4d..a2e2b32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -360,7 +360,7 @@ if(LIBICSNEO_ENABLE_DXX) include(FetchContent) FetchContent_Declare(libredxx GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git - GIT_TAG 7ac4b524afd7805daebbeb79b0a833fae62953c9 + GIT_TAG c28c3f4e1c46f0e0fc119843eb73edd81d5bbb3d ) set(LIBREDXX_DISABLE_INSTALL ON) FetchContent_MakeAvailable(libredxx)