Skip to content

Commit e5a2a94

Browse files
author
Luke Shaw
committed
Correct c-blosc2 address error
1 parent f7d19b8 commit e5a2a94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ else()
4949
set(BLOSC_INSTALL ON)
5050
include(FetchContent)
5151
FetchContent_Declare(blosc2
52-
SOURCE_DIR /home/lshaw/c-blosc2 # beta trials, should be changed for commits
52+
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
53+
GIT_TAG abb9cd973c2d2d2d068e13934641dcbdedb06752 # v2.19.0 (expand_dims added)
5354
)
5455
FetchContent_MakeAvailable(blosc2)
5556
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)