From fedb4b88f3ff090b979c2972ae7fa11e1145d78d Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Mon, 10 Nov 2025 11:29:42 -0500 Subject: [PATCH] Build: Update icspb --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5368268..87b6e23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -392,7 +392,7 @@ endif() include(FetchContent) FetchContent_Declare(icspb GIT_REPOSITORY ${LIBICSNEO_ICSPB_REPO} - GIT_TAG 2881dc4239319214dbf72fd3aa0427a4aefddd42 + GIT_TAG 48df5dd7fd0c38034f82a2f94e0eada404d5e2b9 ) FetchContent_MakeAvailable(icspb) target_link_libraries(icsneocpp PRIVATE icspb::icspb)