Bindings: Python: Update to pybind11 3.0.3
parent
146ddaf23c
commit
e7c2c07947
|
|
@ -9,7 +9,7 @@ else()
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
pybind11
|
pybind11
|
||||||
GIT_REPOSITORY https://github.com/pybind/pybind11.git
|
GIT_REPOSITORY https://github.com/pybind/pybind11.git
|
||||||
GIT_TAG v3.0.1
|
GIT_TAG v3.0.3
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(pybind11)
|
FetchContent_MakeAvailable(pybind11)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue