We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0416f commit 0039a77Copy full SHA for 0039a77
docs/compiling.rst
@@ -438,8 +438,8 @@ Python version more often than the old system did).
438
When the Python libraries (i.e. ``libpythonXX.a`` and ``libpythonXX.so``
439
on Unix) are not available, as is the case on a manylinux image, the
440
``Development`` component will not be resolved by ``FindPython``. When not
441
- using the embedding functionality, CMake 3.18+ allows to specify
442
- ``Development.Module`` instead of ``Development``, to resolve this issue.
+ using the embedding functionality, CMake 3.18+ allows you to specify
+ ``Development.Module`` instead of ``Development`` to resolve this issue.
443
444
.. versionadded:: 2.6
445
0 commit comments