summaryrefslogtreecommitdiffstats
path: root/Help/command/function.rst
diff options
context:
space:
mode:
authorJoachim Wuttke (l) <j.wuttke@fz-juelich.de>2018-11-14 19:50:59 (GMT)
committerJoachim Wuttke (l) <j.wuttke@fz-juelich.de>2018-11-14 20:56:23 (GMT)
commit22cca9b8100a59cd156e2ba39819171a0cf71881 (patch)
tree15a973e3baab086a80f8e0a08d6a33aabcd74f68 /Help/command/function.rst
parentb90ae70a3b3c77109a31dfc275b778205a817d1a (diff)
downloadCMake-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.rst3
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
^^^^^^^^^^