Require pybind 2.6 from environment for gmxapi Python package extension module.
[alexxy/gromacs.git] / CMakeLists.txt
index a872e2650431cf9820df12e18b0beef43fac63e8..db54d2387138d8be3cabe4b33457c2cdd309e770 100644 (file)
@@ -828,9 +828,9 @@ if (BUILD_TESTING)
     include(tests/CheckTarget.cmake)
 endif()
 
-# TODO: Determine control flow and defaults for package installation and testing use cases.
-# Ref: https://gitlab.com/gromacs/gromacs/-/issues/2896
-option(GMX_PYTHON_PACKAGE "Configure gmxapi Python package" OFF)
+option(GMX_PYTHON_PACKAGE
+       "Configure gmxapi Python package for use in build tree. Requires pybind11 installed for project Python interpreter."
+       OFF)
 mark_as_advanced(GMX_PYTHON_PACKAGE)
 
 find_package(ImageMagick QUIET COMPONENTS convert)