summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-11-04 13:06:26 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-04 13:06:26 (GMT)
commit1583d50feb0447289e9c4d86f746f5309891d29d (patch)
treec98f98f408b9b5dada18269afc25e60ac5d87402
parentcd1c5a89a29eee06d0828e1158214c0e1869f868 (diff)
downloadCMake-1583d50feb0447289e9c4d86f746f5309891d29d.zip
CMake-1583d50feb0447289e9c4d86f746f5309891d29d.tar.gz
CMake-1583d50feb0447289e9c4d86f746f5309891d29d.tar.bz2
Help: Move cmake_path release note from 3.19 to post-3.19 development
The feature has been removed from the 3.19 branch, but has been kept in post-3.19 development. Move the release note accordingly.
-rw-r--r--Help/release/3.19.rst3
-rw-r--r--Help/release/dev/cmake_path.rst5
2 files changed, 5 insertions, 3 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst
index 7f6e44c..be63e9d 100644
--- a/Help/release/3.19.rst
+++ b/Help/release/3.19.rst
@@ -87,9 +87,6 @@ Commands
* The :command:`cmake_language` command gained a ``DEFER`` mode to
schedule command calls to occur at the end of processing a directory.
-* The :command:`cmake_path` command was added for operations on
- filesystem paths.
-
* The :command:`configure_file` command gained a ``NO_SOURCE_PERMISSIONS``
option to suppress copying the input file's permissions to the output file.
diff --git a/Help/release/dev/cmake_path.rst b/Help/release/dev/cmake_path.rst
new file mode 100644
index 0000000..9d252ae
--- /dev/null
+++ b/Help/release/dev/cmake_path.rst
@@ -0,0 +1,5 @@
+cmake_path
+----------
+
+* The :command:`cmake_path` command was added for operations on
+ filesystem paths.