Skip to content

Commit c64af49

Browse files
committed
Changing MSVC to clang-cl on win (XIII)
1 parent d189614 commit c64af49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ else()
7676
include(FetchContent)
7777
FetchContent_Declare(blosc2
7878
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
79-
GIT_TAG 5a2b0ed9c4d801230c118fbc5811817055b5a3f5 # v2.22.0
79+
GIT_TAG openzl
8080
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
8181
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
8282
)

0 commit comments

Comments
 (0)