summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-10-29 16:02:55 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-11-03 14:12:58 (GMT)
commite452f6e2cf596c34e231b56803f739a878530ad9 (patch)
treef8f003d0d3e71c1b9288dacf513825c80ad64bb0 /Help
parent622ac065d2abeb53de3548b7e4f3d9b5980dfa8d (diff)
downloadCMake-e452f6e2cf596c34e231b56803f739a878530ad9.zip
CMake-e452f6e2cf596c34e231b56803f739a878530ad9.tar.gz
CMake-e452f6e2cf596c34e231b56803f739a878530ad9.tar.bz2
FindPython: Adds control over artifact names to search
Fixes: #21371
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindPython-FIND_UNVERSIONED_NAMES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-FIND_UNVERSIONED_NAMES.rst b/Help/release/dev/FindPython-FIND_UNVERSIONED_NAMES.rst
new file mode 100644
index 0000000..a0b5838
--- /dev/null
+++ b/Help/release/dev/FindPython-FIND_UNVERSIONED_NAMES.rst
@@ -0,0 +1,6 @@
+FindPython-FIND_UNVERSIONED_NAMES
+---------------------------------
+
+* Modules :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython`
+ gain the capability to control how interpreter unversioned names are
+ searched.