1# Distributed under the OSI-approved BSD 3-Clause License. See accompanying 2# file Copyright.txt or https://cmake.org/licensing for details. 3 4#[=======================================================================[.rst: 5CMakeParseArguments 6------------------- 7 8This module once implemented the :command:`cmake_parse_arguments` command 9that is now implemented natively by CMake. It is now an empty placeholder 10for compatibility with projects that include it to get the command from 11CMake 3.4 and lower. 12#]=======================================================================] 13