diff options
-rw-r--r-- | Help/release/3.19.rst | 3 | ||||
-rw-r--r-- | Help/release/dev/cmake_path.rst | 5 |
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. |