CMakeParseArguments.cmake 446 B

1234567891011
  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. #
  7. # This module once implemented the :command:`cmake_parse_arguments` command
  8. # that is now implemented natively by CMake. It is now an empty placeholder
  9. # for compatibility with projects that include it to get the command from
  10. # CMake 3.4 and lower.