Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Thaler <[email protected]>
  • Loading branch information
iomaganaris and fthaler authored Jun 10, 2024
1 parent df16b2c commit b2e5dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(NOT _gridtools_already_fetched)
endif()
if(NOT GridTools_FOUND)
set(_gridtools_repository "https://github.com/GridTools/gridtools.git")
set(_gridtools_tag "v2.3.2")
set(_gridtools_tag "release_v2.3")
if(NOT _gridtools_already_fetched)
message(STATUS "Fetching GridTools ${_gridtools_tag} from ${_gridtools_repository}")
endif()
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
GIT_TAG "v2.11.1"
GIT_TAG "v2.11"
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit b2e5dc9

Please sign in to comment.