Skip to content

Commit f2e506a

Browse files
committed
Use new shared thread pool
1 parent 991e20b commit f2e506a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ else()
137137
include(FetchContent)
138138
FetchContent_Declare(blosc2
139139
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
140-
GIT_TAG 2fdba83b4046f22fed95a794d43a0376cce3d5db
140+
GIT_TAG b96da3608ecd6a1f1905b8902974c595a9e1e02e
141141
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
142142
)
143143
FetchContent_MakeAvailable(blosc2)

0 commit comments

Comments
 (0)