Skip to content

Commit 897e2a8

Browse files
committed
Upgrade to latest C-Blosc2 3.1.4
1 parent d7cb6c4 commit 897e2a8

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
@@ -15,7 +15,7 @@ endif()
1515
project(python-blosc2)
1616

1717
set(BLOSC2_MIN_VERSION 3.0.0)
18-
set(BLOSC2_BUNDLED_VERSION v3.1.3)
18+
set(BLOSC2_BUNDLED_VERSION v3.1.4)
1919

2020
if(WIN32 AND NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
2121
message(FATAL_ERROR "Windows builds require clang-cl. Set CC/CXX to clang-cl or configure CMake with -T ClangCL.")

0 commit comments

Comments
 (0)