mirror of
https://github.com/reactos/CMake.git
synced 2025-02-16 17:48:25 +00:00
Help: Fix code example in cmake_parse_arguments.rst
This commit is contained in:
parent
b4a06e2cf7
commit
b95eda9b11
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user