diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-08-15 07:19:43 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2019-09-02 15:20:53 (GMT) |
commit | 06d9e67fbd2b2dfc9cba12327866b2f73eab8a18 (patch) | |
tree | fdf9e56cd0d072a36480b1a579dc153ee5a7a056 /Help | |
parent | cea2010b5c72f333d124f69ded95cc0379e4184d (diff) | |
download | CMake-06d9e67fbd2b2dfc9cba12327866b2f73eab8a18.zip CMake-06d9e67fbd2b2dfc9cba12327866b2f73eab8a18.tar.gz CMake-06d9e67fbd2b2dfc9cba12327866b2f73eab8a18.tar.bz2 |
FindPython: Add capability to specify directly artifacts
Fixes: #19492
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindPython-specify_artifacts.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-specify_artifacts.rst b/Help/release/dev/FindPython-specify_artifacts.rst new file mode 100644 index 0000000..7032f8b --- /dev/null +++ b/Help/release/dev/FindPython-specify_artifacts.rst @@ -0,0 +1,5 @@ +FindPython-specify_artifacts +---------------------------- + +* Modules :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` + gain the capability to specify directly artifacts. |