From 6d822898643354283d1cd617ac1e3097bb351cd0 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Tue, 16 Sep 2025 11:42:13 -0400 Subject: [PATCH] Driver: DXX: Update libredxx --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b71d409..9e56871 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 070402e425fa6e1a9da08967bbadee00fb7b5e68 + GIT_TAG e1fe2bd6ba6079b17037379d78f3f18024b389d7 ) set(LIBREDXX_DISABLE_INSTALL ON) FetchContent_MakeAvailable(libredxx)