diff options
author | Brad King <brad.king@kitware.com> | 2020-06-03 10:17:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-03 10:17:54 (GMT) |
commit | ab6b5c01eaf2c88a9a477f40843947eb23084e20 (patch) | |
tree | a57e111098119f4a6a658819245e8a702399415f /Help/release/dev/FindPython-artifacts-interactive.rst | |
parent | 85a9f056a12582028123e88c4c9985ab2bf1220a (diff) | |
download | CMake-ab6b5c01eaf2c88a9a477f40843947eb23084e20.zip CMake-ab6b5c01eaf2c88a9a477f40843947eb23084e20.tar.gz CMake-ab6b5c01eaf2c88a9a477f40843947eb23084e20.tar.bz2 |
Help: Consolidate 3.18 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.18.rst`.
Diffstat (limited to 'Help/release/dev/FindPython-artifacts-interactive.rst')
-rw-r--r-- | Help/release/dev/FindPython-artifacts-interactive.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/FindPython-artifacts-interactive.rst b/Help/release/dev/FindPython-artifacts-interactive.rst deleted file mode 100644 index 1aa4b3e..0000000 --- a/Help/release/dev/FindPython-artifacts-interactive.rst +++ /dev/null @@ -1,6 +0,0 @@ -FindPython-artifacts-interactive --------------------------------- - -* The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` - modules gained the possibility to create artifacts cache variables for - interactive edition. |