diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2018-11-14 19:50:59 (GMT) |
---|---|---|
committer | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2018-11-14 20:56:23 (GMT) |
commit | 22cca9b8100a59cd156e2ba39819171a0cf71881 (patch) | |
tree | 15a973e3baab086a80f8e0a08d6a33aabcd74f68 /Help/command/function.rst | |
parent | b90ae70a3b3c77109a31dfc275b778205a817d1a (diff) | |
download | CMake-22cca9b8100a59cd156e2ba39819171a0cf71881.zip CMake-22cca9b8100a59cd156e2ba39819171a0cf71881.tar.gz CMake-22cca9b8100a59cd156e2ba39819171a0cf71881.tar.bz2 |
Help: describe differences between macro and function.
Diffstat (limited to 'Help/command/function.rst')
-rw-r--r-- | Help/command/function.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/function.rst b/Help/command/function.rst index 7b10381..53ba754 100644 --- a/Help/command/function.rst +++ b/Help/command/function.rst @@ -23,6 +23,9 @@ details. See the :command:`cmake_policy()` command documentation for the behavior of policies inside functions. +See the :command:`macro()` command documentation for differences +between CMake functions and macros. + Invocation ^^^^^^^^^^ |