We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d19b8 commit e5a2a94Copy full SHA for e5a2a94
1 file changed
CMakeLists.txt
@@ -49,7 +49,8 @@ else()
49
set(BLOSC_INSTALL ON)
50
include(FetchContent)
51
FetchContent_Declare(blosc2
52
- SOURCE_DIR /home/lshaw/c-blosc2 # beta trials, should be changed for commits
+ GIT_REPOSITORY https://github.com/Blosc/c-blosc2
53
+ GIT_TAG abb9cd973c2d2d2d068e13934641dcbdedb06752 # v2.19.0 (expand_dims added)
54
)
55
FetchContent_MakeAvailable(blosc2)
56
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments