Skip to content

Commit

Permalink
Add pybind11 v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon committed Oct 26, 2023
1 parent 1897f17 commit 2e0c80c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ hunter_default_version(protobuf-c VERSION 1.3.0-p1)
hunter_default_version(pthread-stubs VERSION 0.4)
hunter_default_version(pthreads-win32 VERSION 2.9.1-7ad2af7-p0)
hunter_default_version(pugixml VERSION 1.10-p0)
hunter_default_version(pybind11 VERSION 2.10.4)
hunter_default_version(pybind11 VERSION 2.11.1)
hunter_default_version(qhull VERSION 7.2.0-p1)
hunter_default_version(quickjs VERSION 2020-04-12-p0)
hunter_default_version(rabbitmq-c VERSION 0.10.0)
Expand Down
8 changes: 7 additions & 1 deletion cmake/projects/pybind11/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,15 @@ hunter_add_version(
hunter_add_version(
PACKAGE_NAME pybind11
VERSION "2.10.4"
URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.10.4.tar.gz"
URL "https://github.com/pybind/pybind11/archive/v2.10.4.tar.gz"
SHA1 "5c366a92fc4b3937bcc3389405edbe362b1f3cbd")

hunter_add_version(
PACKAGE_NAME pybind11
VERSION "2.11.1"
URL "https://github.com/pybind/pybind11/archive/v2.11.1.tar.gz"
SHA1 "2d27e340522284e3f8a212b52d649f48102ae18d")

hunter_cmake_args(pybind11 CMAKE_ARGS PYBIND11_TEST=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 2e0c80c

Please sign in to comment.