diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-09-11 08:48:08 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-09-12 08:04:05 (GMT) |
commit | 329f6aeca5011e423a65ccede3177cd4f0ef1e21 (patch) | |
tree | 860055e34c53312d77f76362805c8c65ad0a2a43 /Help | |
parent | ffb560adc98ee7c07d0e3cd50b28a38a4997cc8b (diff) | |
download | CMake-329f6aeca5011e423a65ccede3177cd4f0ef1e21.zip CMake-329f6aeca5011e423a65ccede3177cd4f0ef1e21.tar.gz CMake-329f6aeca5011e423a65ccede3177cd4f0ef1e21.tar.bz2 |
FindPython*: Windows: add facility to select lookup order for registry.
Fixes: #18302
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindPython-lookup-strategy.rst | 6 |
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). |