We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36813cf commit 94a9487Copy full SHA for 94a9487
docs/compiling.rst
@@ -475,7 +475,7 @@ available in all modes. The targets provided are:
475
Everything for extension modules - ``pybind11::pybind11`` + ``Python::Module`` (FindPython CMake 3.15+) or ``pybind11::python_link_helper``
476
477
``pybind11::embed``
478
- Everything for embedding the Python interpreter - ``pybind11::pybind11`` + ``Python::Embed`` (FindPython) or Python libs
+ Everything for embedding the Python interpreter - ``pybind11::pybind11`` + ``Python::Python`` (FindPython) or Python libs
479
480
``pybind11::lto`` / ``pybind11::thin_lto``
481
An alternative to `INTERPROCEDURAL_OPTIMIZATION` for adding link-time optimization.
0 commit comments