Driver: DXX: Update

Fixes D2XX HANDLE leak.
pull/76/merge
Kyle Schwarz 2025-12-19 22:30:14 -05:00
parent be6a15c017
commit 000036f745
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ if(LIBICSNEO_ENABLE_DXX)
include(FetchContent) include(FetchContent)
FetchContent_Declare(libredxx FetchContent_Declare(libredxx
GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git
GIT_TAG 7ac4b524afd7805daebbeb79b0a833fae62953c9 GIT_TAG c28c3f4e1c46f0e0fc119843eb73edd81d5bbb3d
) )
set(LIBREDXX_DISABLE_INSTALL ON) set(LIBREDXX_DISABLE_INSTALL ON)
FetchContent_MakeAvailable(libredxx) FetchContent_MakeAvailable(libredxx)