Driver: DXX: Update libredxx for FT260 support

This commit is contained in:
Nicholas Zamora
2025-12-16 11:05:11 -05:00
committed by Kyle Schwarz
parent d6d9fc16ef
commit 5288385495
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ if(LIBICSNEO_ENABLE_DXX)
include(FetchContent)
FetchContent_Declare(libredxx
GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git
GIT_TAG e1fe2bd6ba6079b17037379d78f3f18024b389d7
GIT_TAG 7ac4b524afd7805daebbeb79b0a833fae62953c9
)
set(LIBREDXX_DISABLE_INSTALL ON)
FetchContent_MakeAvailable(libredxx)