diff options
author | Brad King <brad.king@kitware.com> | 2020-02-27 15:21:09 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-02-27 15:21:21 (GMT) |
commit | c58b9c5ab94d674c76a17e6154f05e0e8c5c37d1 (patch) | |
tree | 0f7c58ab4cb216c9e29308aeab4cb5251e397e2c /Help/release | |
parent | d6fa2311275ce3c6f0e42989e523158952fc1449 (diff) | |
parent | 54e4f2ad455817bed165fa1cb3682acbd93a8a1a (diff) | |
download | CMake-c58b9c5ab94d674c76a17e6154f05e0e8c5c37d1.zip CMake-c58b9c5ab94d674c76a17e6154f05e0e8c5c37d1.tar.gz CMake-c58b9c5ab94d674c76a17e6154f05e0e8c5c37d1.tar.bz2 |
Merge topic 'cmake_command-command'
54e4f2ad45 cmake_command: Add command to INVOKE other commands by name
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kyle Edwards <kyle.edwards@kitware.com>
Merge-request: !4286
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cmake_command-command.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cmake_command-command.rst b/Help/release/dev/cmake_command-command.rst new file mode 100644 index 0000000..ebe75b1 --- /dev/null +++ b/Help/release/dev/cmake_command-command.rst @@ -0,0 +1,6 @@ +cmake_command +------------- + +* The :command:`cmake_command()` command was added for meta-operations on + scripted or built-in commands, starting with a mode to ``INVOKE`` other + commands. |