Skip to content

Commit

Permalink
BRAYNS 546 - Update libsonata to 0.1.20 (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue committed May 5, 2023
1 parent be635f3 commit 907068a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Brayns uses further dependencies, but if they are not present on the system, it
* spdlog 1.9.2 (https://github.com/gabime/spdlog/tree/v1.9.2)
* stb (https://github.com/nothings/stb)
* tinyexr (https://github.com/syoyo/tinyexr/tree/v1.0.1)
* libsonata 0.1.19 (https://github.com/BlueBrain/libsonata/tree/v0.1.19)
* libsonata 0.1.20 (https://github.com/BlueBrain/libsonata/tree/v0.1.20)
* MVDTool 2.4.4 (https://github.com/BlueBrain/MVDTool/tree/v2.4.4)
* MorphIO 3.3.4 (https://github.com/BlueBrain/MorphIO/tree/v3.3.4)
* Brion 3.3.9 (https://github.com/BlueBrain/Brion/tree/3.3.9)
Expand Down
2 changes: 1 addition & 1 deletion plugins/deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(BRAYNS_CIRCUITEXPLORER_ENABLED OR BRAYNS_DTI_ENABLED AND NOT sonata_FOUND AND
FetchContent_Declare(
libsonata
GIT_REPOSITORY https://github.com/BlueBrain/libsonata.git
GIT_TAG v0.1.19
GIT_TAG v0.1.20
GIT_SHALLOW OFF # Required for its own CMakeLists.txt not to fail
GIT_SUBMODULES_RECURSE ON
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libsonata
Expand Down

0 comments on commit 907068a

Please sign in to comment.