CPackCygwin.cmake 1.1 KB

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