diff --git a/cmake/develop_dependencies.cmake b/cmake/develop_dependencies.cmake index 7e4c2f20..fb8ba8a5 100644 --- a/cmake/develop_dependencies.cmake +++ b/cmake/develop_dependencies.cmake @@ -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 ) diff --git a/cmake/release_dependencies.cmake b/cmake/release_dependencies.cmake index cf832755..47be714b 100644 --- a/cmake/release_dependencies.cmake +++ b/cmake/release_dependencies.cmake @@ -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 ) #######################################################################