Change version of pybind (#6145)
This commit is contained in:
parent
4fb2d83db9
commit
c4274d4c32
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user