Require pybind 2.6 from environment for gmxapi Python package extension module.
[alexxy/gromacs.git] / python_packaging / sample_restraint / CMakeLists.pybind.in
index a95b4862f5b18c3d3793d43f14232e9a59174a40..3233a997d3654a52f56e8bcfeb0ea169642904af 100644 (file)
@@ -4,7 +4,7 @@ project(pybind-download NONE)
 include(ExternalProject)
 ExternalProject_Add(pybind11
                     GIT_REPOSITORY    https://github.com/pybind/pybind11.git
-                    GIT_TAG           v2.5
+                    GIT_TAG           v2.6
                     SOURCE_DIR        "${CMAKE_CURRENT_BINARY_DIR}/pybind-src"
                     BINARY_DIR        "${CMAKE_CURRENT_BINARY_DIR}/pybind-build"
                     CONFIGURE_COMMAND ""