From 5a4a1489a889f0755a4e4c7a93524605da262d73 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Wed, 18 Mar 2026 12:31:26 -0400 Subject: [PATCH] DXX: Update for max packet size --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa8e8cc..3f23d29 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 267abf26a99fa69ed80a4180b155245a36fad101 + GIT_TAG e823a96c39a64ab41b7d1632dbe8f86bb854df83 ) set(LIBREDXX_DISABLE_INSTALL ON) FetchContent_MakeAvailable(libredxx)