summaryrefslogtreecommitdiff
path: root/Modules/FindPython.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-03 09:45:36 -0400
committerBrad King <brad.king@kitware.com>2023-05-03 09:45:36 -0400
commit202b2e1abdbd30b0d18825310ca99433fef22e08 (patch)
tree1a5d9ad97336505aa1c1de9097b4417d572f43e8 /Modules/FindPython.cmake
parent52dde6f012ebba2aeb8b30c0a196b49b70116cf2 (diff)
downloadcmake-202b2e1abdbd30b0d18825310ca99433fef22e08.tar.gz
FindPython: Cross-reference Python_FIND_{STRATEGY,UNVERSIONED_NAMES}
Mention each variable in the documentation of the other. Issue: #24878
Diffstat (limited to 'Modules/FindPython.cmake')
-rw-r--r--Modules/FindPython.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake
index 31ef1c7d53..e6f44e0cad 100644
--- a/Modules/FindPython.cmake
+++ b/Modules/FindPython.cmake
@@ -335,6 +335,8 @@ Hints
constraints is founded.
This is the default if policy :policy:`CMP0094` is set to ``NEW``.
+ See also ``Python_FIND_UNVERSIONED_NAMES``.
+
``Python_FIND_REGISTRY``
.. versionadded:: 3.13
@@ -442,6 +444,8 @@ Hints
This is the default.
* ``NEVER``: The generic name are not searched at all.
+ See also ``Python_FIND_STRATEGY``.
+
Artifacts Specification
^^^^^^^^^^^^^^^^^^^^^^^