summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-18 15:15:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-09-18 15:15:13 (GMT)
commitf9eac2ae4b986f74a97fe16fa19df94331a52b34 (patch)
treee736757c0b878c4c120bd01af4f58f6af4b1f5d1 /Help
parent6097d8dd3d6ea6e5a0a6012952b722d0719d39e9 (diff)
parent329f6aeca5011e423a65ccede3177cd4f0ef1e21 (diff)
downloadCMake-f9eac2ae4b986f74a97fe16fa19df94331a52b34.zip
CMake-f9eac2ae4b986f74a97fe16fa19df94331a52b34.tar.gz
CMake-f9eac2ae4b986f74a97fe16fa19df94331a52b34.tar.bz2
Merge topic 'FindPython-updates'
329f6aeca5 FindPython*: Windows: add facility to select lookup order for registry. ffb560adc9 FindPython*: MacOS: Fix erroneous handling of Frameworks. b0b53921ce FindPython: clean-up lookup names strategy Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2369
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindPython-lookup-strategy.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-lookup-strategy.rst b/Help/release/dev/FindPython-lookup-strategy.rst
new file mode 100644
index 0000000..f6d6db5
--- /dev/null
+++ b/Help/release/dev/FindPython-lookup-strategy.rst
@@ -0,0 +1,6 @@
+FindPython-lookup-strategy
+--------------------------
+
+* Modules :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython`
+ gain capability to control order of resource lookup on macOS (Framework) and
+ Windows (Registry).