diff options
Diffstat (limited to 'Help/command/function.rst')
-rw-r--r-- | Help/command/function.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/command/function.rst b/Help/command/function.rst index 7a9b907..3d25aa4 100644 --- a/Help/command/function.rst +++ b/Help/command/function.rst @@ -50,8 +50,9 @@ 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_language(CALL ...)` command can also be used to -invoke the function. +.. versionadded:: 3.18 + The :command:`cmake_language(CALL ...)` command can also be used to + invoke the function. Arguments ^^^^^^^^^ |