mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
FindPython: enhance Development artifacts lookup in virtual environment
To enable to locate development artifacts, in the context of virtual environment, without requiring Interpreter component, rely on the configuration file pyvenv.cfg. Fixes: #26505
This commit is contained in:
@@ -431,9 +431,9 @@ Hints
|
||||
|
||||
.. note::
|
||||
|
||||
If the component ``Development`` is requested, it is **strongly**
|
||||
recommended to also include the component ``Interpreter`` to get expected
|
||||
result.
|
||||
If the component ``Development`` is requested (or one of its
|
||||
sub-components) and is not found or the wrong artifacts are returned,
|
||||
including also the component ``Interpreter`` may be helpful.
|
||||
|
||||
``Python3_FIND_IMPLEMENTATIONS``
|
||||
.. versionadded:: 3.18
|
||||
|
||||
Reference in New Issue
Block a user