Skip to content

Commit a578386

Browse files
authored
Update 'pybind11' to v2.8.1 (#488)
1 parent 0d78dae commit a578386

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cmake/configs/default.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ hunter_default_version(protobuf-c VERSION 1.3.0-p1)
456456
hunter_default_version(pthread-stubs VERSION 0.4)
457457
hunter_default_version(pthreads-win32 VERSION 2.9.1-7ad2af7-p0)
458458
hunter_default_version(pugixml VERSION 1.10-p0)
459-
hunter_default_version(pybind11 VERSION 2.7.0)
459+
hunter_default_version(pybind11 VERSION 2.8.1)
460460
hunter_default_version(qhull VERSION 7.2.0-p1)
461461
hunter_default_version(quickjs VERSION 2020-04-12-p0)
462462
hunter_default_version(rabbitmq-c VERSION 0.10.0)

cmake/projects/pybind11/hunter.cmake

+6
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ hunter_add_version(
7878
URL "https://github.com/pybind/pybind11/archive/v2.7.0.tar.gz"
7979
SHA1 "3a7010e5952c56e08c8f9b7d6fb458a173fd585a")
8080

81+
hunter_add_version(
82+
PACKAGE_NAME pybind11
83+
VERSION "2.8.1"
84+
URL "https://github.com/pybind/pybind11/archive/v2.8.1.tar.gz"
85+
SHA1 "7b4431c10817e5e48e6ee4f0e5fecdbd85763dcd")
86+
8187
hunter_cmake_args(pybind11 CMAKE_ARGS PYBIND11_TEST=OFF)
8288

8389
hunter_pick_scheme(DEFAULT url_sha1_cmake)

0 commit comments

Comments
 (0)