From 05c3060b10dcd34cd148961f20c9ae0e64b12757 Mon Sep 17 00:00:00 2001 From: Nikita Nemkin Date: Thu, 26 Nov 2020 02:22:50 +0500 Subject: Help: Fix cmake_parse_arguments version note Don't imply that cmake_parse_arguments() requires CMake 3.5+. --- Help/command/cmake_parse_arguments.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Help/command/cmake_parse_arguments.rst b/Help/command/cmake_parse_arguments.rst index 8dedc80..7c85da6 100644 --- a/Help/command/cmake_parse_arguments.rst +++ b/Help/command/cmake_parse_arguments.rst @@ -1,8 +1,6 @@ cmake_parse_arguments --------------------- -.. versionadded:: 3.5 - Parse function or macro arguments. .. code-block:: cmake @@ -13,6 +11,10 @@ Parse function or macro arguments. cmake_parse_arguments(PARSE_ARGV ) +.. 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. It processes the arguments given to that macro or function, and defines a set of variables which hold the values of the -- cgit v0.12