Skip to content

Commit 7faa3a7

Browse files
committed
update pybind11 to version 3.0.4
1 parent f3a02df commit 7faa3a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/FindPybind11.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include_guard(GLOBAL)
22

33
cmodule_add(
4-
pybind11 2.13.6
5-
URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz"
6-
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
4+
pybind11 3.0.4
5+
URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.4.tar.gz
6+
URL_HASH SHA256=74b6a2c2b4573a400cafb6ecbf60c98df300cd3d0041296b913d02b2cbbb2676
77
)

0 commit comments

Comments
 (0)