mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06: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:
@@ -433,9 +433,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.
|
||||
|
||||
``Python_FIND_IMPLEMENTATIONS``
|
||||
.. versionadded:: 3.18
|
||||
|
||||
Reference in New Issue
Block a user