Skip to content

Commit 94a9487

Browse files
authored
docs: fix imported target name (#3689)
1 parent 36813cf commit 94a9487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ available in all modes. The targets provided are:
475475
Everything for extension modules - ``pybind11::pybind11`` + ``Python::Module`` (FindPython CMake 3.15+) or ``pybind11::python_link_helper``
476476

477477
``pybind11::embed``
478-
Everything for embedding the Python interpreter - ``pybind11::pybind11`` + ``Python::Embed`` (FindPython) or Python libs
478+
Everything for embedding the Python interpreter - ``pybind11::pybind11`` + ``Python::Python`` (FindPython) or Python libs
479479

480480
``pybind11::lto`` / ``pybind11::thin_lto``
481481
An alternative to `INTERPROCEDURAL_OPTIMIZATION` for adding link-time optimization.

0 commit comments

Comments
 (0)