Change version of pybind (#6145)

This commit is contained in:
Jan Iwaszkiewicz 2021-06-16 06:36:06 +02:00 committed by GitHub
parent 4fb2d83db9
commit c4274d4c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
GIT_TAG "v2.5.0"
GIT_TAG "v2.6.2"
)
FetchContent_GetProperties(pybind11)