Skip to content

Commit

Permalink
Updatign to tools v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Apr 23, 2024
1 parent d67492b commit e680660
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/python-views
GIT_TAG v0.3.0
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 14596b303de7413167f4f4c030e2923cabd3f2a3
GIT_TAG 368dbd9bd44754de616c46ffed0f80d2d16d8360 # tag: v0.3.0
)

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

0 comments on commit e680660

Please sign in to comment.