Merge topic 'fix_help_cmake_parse_arguments'

b95eda9b Help: Fix code example in cmake_parse_arguments.rst

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1747
This commit is contained in:
Brad King
2018-02-05 13:47:32 +00:00
committed by Kitware Robot

View File

@@ -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)