Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Philippe Lebel
CMake
Commits
b95eda9b
Commit
b95eda9b
authored
Feb 04, 2018
by
Kai Wolf
Browse files
Help: Fix code example in cmake_parse_arguments.rst
parent
b4a06e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Help/command/cmake_parse_arguments.rst
View file @
b95eda9b
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment