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 d57c1fa commit 028812aCopy full SHA for 028812a
docs/compiling.rst
@@ -433,6 +433,14 @@ setting ``Python_ROOT_DIR`` may be the most common one (though with
433
virtualenv/venv support, and Conda support, this tends to find the correct
434
Python version more often than the old system did).
435
436
+.. warning::
437
+
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 you to specify
442
+ ``Development.Module`` instead of ``Development`` to resolve this issue.
443
444
.. versionadded:: 2.6
445
446
Advanced: interface library targets
0 commit comments