fix: update pybind11

This commit is contained in:
Guilhem Lavaux 2024-11-16 14:23:00 +01:00
parent 9411589669
commit ae3b633225

View File

@ -241,13 +241,13 @@ ENDIF (INTERNAL_EIGEN)
################ ################
IF (BUILD_PYTHON_EXTENSION) IF (BUILD_PYTHON_EXTENSION)
SET(PYBIND11_URL "https://github.com/pybind/pybind11/archive/v2.10.3.tar.gz" CACHE STRING "URL to download Pybind11 from") SET(PYBIND11_URL "https://github.com/pybind/pybind11/archive/v2.11.1.tar.gz" CACHE STRING "URL to download Pybind11 from")
mark_as_advanced(PYBIND11_URL) mark_as_advanced(PYBIND11_URL)
FetchContent_Declare( FetchContent_Declare(
pybind11 pybind11
URL ${PYBIND11_URL} URL ${PYBIND11_URL}
URL_HASH MD5=a093dac9dfd613a5a7c2afa50a301098 URL_HASH MD5=49e92f92244021912a56935918c927d0
) )
ENDIF() ENDIF()