Skip to content

Commit

Permalink
ENH: Update the version of tensorstore we use
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Sep 12, 2024
1 parent 4e22d04 commit fa4324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include(FetchContent)
FetchContent_Declare(
tensorstore
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/tensorstore
GIT_TAG 8517bf4987e44035056cb61732d144a827e9d50e
GIT_TAG 1b08f44a066cb3fdfd99ce9f14d3c21922cc3c26
)
FetchContent_MakeAvailable(tensorstore)
unset(CMAKE_FOLDER)
Expand Down

0 comments on commit fa4324d

Please sign in to comment.