Skip to content

Commit caeec08

Browse files
committed
pybind11: update to 2.11.1
This supports newer Python versions.
1 parent f0d9628 commit caeec08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMake/fletch-tarballs.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ list(APPEND fletch_external_sources Darknet)
562562
# pybind11
563563
if (fletch_ENABLE_pybind11 OR fletch_ENABLE_ALL_PACKAGES)
564564
set(pybind11_SELECT_VERSION 2.5.0 CACHE STRING "Select the version of pybind11 to build.")
565-
set_property(CACHE pybind11_SELECT_VERSION PROPERTY STRINGS "2.5.0" "2.10.3")
565+
set_property(CACHE pybind11_SELECT_VERSION PROPERTY STRINGS "2.5.0" "2.10.3" "2.11.1")
566566
endif()
567567

568568
set(pybind11_version ${pybind11_SELECT_VERSION})
@@ -571,6 +571,8 @@ if (pybind11_version VERSION_EQUAL 2.5.0)
571571
set(pybind11_md5 "1ad2c611378fb440e8550a7eb6b31b89" )
572572
elseif (pybind11_version VERSION_EQUAL 2.10.3)
573573
set(pybind11_md5 "a093dac9dfd613a5a7c2afa50a301098" )
574+
elseif (pybind11_version VERSION_EQUAL 2.11.1)
575+
set(pybind11_md5 "49e92f92244021912a56935918c927d0" )
574576
elseif(pybind11_version)
575577
message(ERROR "pybind11 Version ${pybind11_version} Not Supported")
576578
endif()

0 commit comments

Comments
 (0)