We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97d741 commit 7251f13Copy full SHA for 7251f13
deps/.gitignore
@@ -3,3 +3,4 @@ libsonata/
3
MorphIO/
4
MVDTool/
5
glm/
6
+HighFive/
deps/CMakeLists.txt
@@ -75,7 +75,7 @@ if(NOT HighFive_FOUND AND NOT TARGET HighFive)
75
FetchContent_Declare(
76
HighFive
77
GIT_REPOSITORY https://github.com/BlueBrain/HighFive.git
78
- GIT_TAG v2.4.0
+ GIT_TAG v2.7.1
79
GIT_SHALLOW ON
80
GIT_SUBMODULES_RECURSE OFF
81
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/HighFive
deps/HighFive
0 commit comments