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/command/function.rst | |
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/command/function.rst')
-rw-r--r-- | Help/command/function.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/function.rst b/Help/command/function.rst index 53ba754..30938b3 100644 --- a/Help/command/function.rst +++ b/Help/command/function.rst @@ -44,11 +44,15 @@ can be invoked through any of foo() Foo() FOO() + cmake_command(INVOKE foo) and so on. However, it is strongly recommended to stay with the case chosen in the function definition. Typically functions use all-lowercase names. +The :command:`cmake_command(INVOKE ...)` command can also be used to invoke the +function. + Arguments ^^^^^^^^^ |