Skip to content

Commit e043880

Browse files
committed
Updated pybind to v2.9.2 - fixes VS2022 compilation issues
1 parent 9e7a936 commit e043880

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cmake/Hunter/config.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Pybind11 2.7.0
1+
# Pybind11 2.9.2
22
hunter_config(
33
pybind11
4-
VERSION "2.7.0"
4+
VERSION "2.9.2"
5+
URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz"
6+
SHA1 "5e05583a210282c3251281b6ee5677915f0cbf95"
57
)

0 commit comments

Comments
 (0)