CMakeParseArguments.cmake 930 B

123456789101112131415161718192021
  1. #.rst:
  2. # CMakeParseArguments
  3. # -------------------
  4. #
  5. # This module once implemented the :command:`cmake_parse_arguments` command
  6. # that is now implemented natively by CMake. It is now an empty placeholder
  7. # for compatibility with projects that include it to get the command from
  8. # CMake 3.4 and lower.
  9. #=============================================================================
  10. # Copyright 2010 Alexander Neundorf <neundorf@kde.org>
  11. #
  12. # Distributed under the OSI-approved BSD License (the "License");
  13. # see accompanying file Copyright.txt for details.
  14. #
  15. # This software is distributed WITHOUT ANY WARRANTY; without even the
  16. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. # See the License for more information.
  18. #=============================================================================
  19. # (To distribute this file outside of CMake, substitute the full
  20. # License text for the above reference.)