CMakeParseArguments.cmake 581 B

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