CPackCygwin.cmake 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #.rst:
  2. # CPackCygwin
  3. # -----------
  4. #
  5. # Cygwin CPack generator (Cygwin).
  6. #
  7. # Variables specific to CPack Cygwin generator
  8. # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9. #
  10. # The
  11. # following variable is specific to installers build on and/or for
  12. # Cygwin:
  13. #
  14. # .. variable:: CPACK_CYGWIN_PATCH_NUMBER
  15. #
  16. # The Cygwin patch number. FIXME: This documentation is incomplete.
  17. #
  18. # .. variable:: CPACK_CYGWIN_PATCH_FILE
  19. #
  20. # The Cygwin patch file. FIXME: This documentation is incomplete.
  21. #
  22. # .. variable:: CPACK_CYGWIN_BUILD_SCRIPT
  23. #
  24. # The Cygwin build script. FIXME: This documentation is incomplete.
  25. #=============================================================================
  26. # Copyright 2006-2012 Kitware, Inc.
  27. #
  28. # Distributed under the OSI-approved BSD License (the "License");
  29. # see accompanying file Copyright.txt for details.
  30. #
  31. # This software is distributed WITHOUT ANY WARRANTY; without even the
  32. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  33. # See the License for more information.
  34. #=============================================================================
  35. # (To distribute this file outside of CMake, substitute the full
  36. # License text for the above reference.)