From b95eda9b11ff2ba8baccf6208bb43c4c3cfa3479 Mon Sep 17 00:00:00 2001 From: Kai Wolf Date: Sun, 4 Feb 2018 08:41:03 +0100 Subject: Help: Fix code example in cmake_parse_arguments.rst --- Help/command/cmake_parse_arguments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/cmake_parse_arguments.rst b/Help/command/cmake_parse_arguments.rst index b334a89..efbef54 100644 --- a/Help/command/cmake_parse_arguments.rst +++ b/Help/command/cmake_parse_arguments.rst @@ -62,7 +62,7 @@ as the real :command:`install` command: .. code-block:: cmake - function(MY_INSTALL) + macro(my_install) set(options OPTIONAL FAST) set(oneValueArgs DESTINATION RENAME) set(multiValueArgs TARGETS CONFIGURATIONS) -- cgit v0.12