Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Apr 23, 2024
1 parent 7be2599 commit bab5337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/develop_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include( FetchContent )

FetchContent_Declare( tools
GIT_REPOSITORY https://github.com/njoy/tools
GIT_TAG feature/disco
GIT_TAG feature/python-views
GIT_SHALLOW TRUE
)

Expand Down
2 changes: 1 addition & 1 deletion cmake/release_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set( SPDLOG_BUILD_PIC CACHE INTERNAL BOOL ON )

FetchContent_Declare( tools
GIT_REPOSITORY https://github.com/njoy/tools
GIT_TAG 8db01f66cd75a4ae61289fec7d6a58b562fb7913
GIT_TAG 14596b303de7413167f4f4c030e2923cabd3f2a3
)

#######################################################################
Expand Down

0 comments on commit bab5337

Please sign in to comment.