mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Help: Fix cmake_parse_arguments version note
Don't imply that cmake_parse_arguments() requires CMake 3.5+.
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
cmake_parse_arguments
|
cmake_parse_arguments
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
.. versionadded:: 3.5
|
|
||||||
|
|
||||||
Parse function or macro arguments.
|
Parse function or macro arguments.
|
||||||
|
|
||||||
.. code-block:: cmake
|
.. code-block:: cmake
|
||||||
@@ -13,6 +11,10 @@ Parse function or macro arguments.
|
|||||||
cmake_parse_arguments(PARSE_ARGV <N> <prefix> <options>
|
cmake_parse_arguments(PARSE_ARGV <N> <prefix> <options>
|
||||||
<one_value_keywords> <multi_value_keywords>)
|
<one_value_keywords> <multi_value_keywords>)
|
||||||
|
|
||||||
|
.. versionadded:: 3.5
|
||||||
|
This command is implemented natively. Previously, it has been defined in the
|
||||||
|
module :module:`CMakeParseArguments`.
|
||||||
|
|
||||||
This command is for use in macros or functions.
|
This command is for use in macros or functions.
|
||||||
It processes the arguments given to that macro or function,
|
It processes the arguments given to that macro or function,
|
||||||
and defines a set of variables which hold the values of the
|
and defines a set of variables which hold the values of the
|
||||||
|
|||||||
Reference in New Issue
Block a user