Skip to content
Snippets Groups Projects

Update Pybind 2.10.4 -> 2.13.6

Merged Cyril Moineau requested to merge version_update into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ function(generate_python_binding pybind_module_name target_to_bind)
@@ -4,7 +4,7 @@ function(generate_python_binding pybind_module_name target_to_bind)
Include(FetchContent)
Include(FetchContent)
set(PYBIND_VERSION v2.10.4)
set(PYBIND_VERSION v2.13.6)
message(STATUS "Retrieving pybind ${PYBIND_VERSION} from git")
message(STATUS "Retrieving pybind ${PYBIND_VERSION} from git")
FetchContent_Declare(
FetchContent_Declare(
Loading