Skip to content

Commit

Permalink
CMake: Dependency Bump Min-Versions
Browse files Browse the repository at this point in the history
for external packages picked up by `find_package`.
  • Loading branch information
ax3l committed Jul 26, 2023
1 parent e41c38c commit ae23dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/pyAMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function(find_pyamrex)
endif()
elseif(NOT WarpX_pyamrex_internal)
# TODO: MPI control
find_package(pyAMReX 22.10 CONFIG REQUIRED)
find_package(pyAMReX 23.07 CONFIG REQUIRED)
message(STATUS "pyAMReX: Found version '${pyamrex_VERSION}'")
endif()
endfunction()
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function(find_pybind11)
mark_as_advanced(FETCHCONTENT_UPDATES_DISCONNECTED_FETCHEDpybind11)
endif()
else()
find_package(pybind11 2.9.1 CONFIG REQUIRED)
find_package(pybind11 2.10.1 CONFIG REQUIRED)
message(STATUS "pybind11: Found version '${pybind11_VERSION}'")
endif()
endfunction()
Expand Down

0 comments on commit ae23dd4

Please sign in to comment.