Skip to content
Snippets Groups Projects
Commit 3bad5555 authored by Charles Villard's avatar Charles Villard
Browse files

edit: pybind: bump version to 2.13.6

parent ce85576f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ function(generate_python_binding name target_to_bind) ...@@ -6,7 +6,7 @@ function(generate_python_binding name target_to_bind)
FetchContent_Declare( FetchContent_Declare(
PyBind11 PyBind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.4 # or a later release GIT_TAG v2.13.6 # or a later release
) )
FetchContent_MakeAvailable(PyBind11) FetchContent_MakeAvailable(PyBind11)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment