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)