Skip to content

Commit 971ffce

Browse files
authored
Update 'pybind11' to 2.10.4 (#667)
1 parent ea1ae77 commit 971ffce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ hunter_default_version(protobuf-c VERSION 1.3.0-p1)
461461
hunter_default_version(pthread-stubs VERSION 0.4)
462462
hunter_default_version(pthreads-win32 VERSION 2.9.1-7ad2af7-p0)
463463
hunter_default_version(pugixml VERSION 1.10-p0)
464-
hunter_default_version(pybind11 VERSION 2.8.1)
464+
hunter_default_version(pybind11 VERSION 2.10.4)
465465
hunter_default_version(qhull VERSION 7.2.0-p1)
466466
hunter_default_version(quickjs VERSION 2020-04-12-p0)
467467
hunter_default_version(rabbitmq-c VERSION 0.10.0)

cmake/projects/pybind11/hunter.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ hunter_add_version(
8484
URL "https://github.com/pybind/pybind11/archive/v2.8.1.tar.gz"
8585
SHA1 "7b4431c10817e5e48e6ee4f0e5fecdbd85763dcd")
8686

87+
hunter_add_version(
88+
PACKAGE_NAME pybind11
89+
VERSION "2.10.4"
90+
URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.10.4.tar.gz"
91+
SHA1 "5c366a92fc4b3937bcc3389405edbe362b1f3cbd")
92+
8793
hunter_cmake_args(pybind11 CMAKE_ARGS PYBIND11_TEST=OFF)
8894

8995
hunter_pick_scheme(DEFAULT url_sha1_cmake)

0 commit comments

Comments
 (0)