CPackCygwin.cmake 740 B

123456789101112131415161718192021222324252627
  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. # CPackCygwin
  5. # -----------
  6. #
  7. # Cygwin CPack generator (Cygwin).
  8. #
  9. # Variables specific to CPack Cygwin generator
  10. # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. #
  12. # The
  13. # following variable is specific to installers build on and/or for
  14. # Cygwin:
  15. #
  16. # .. variable:: CPACK_CYGWIN_PATCH_NUMBER
  17. #
  18. # The Cygwin patch number. FIXME: This documentation is incomplete.
  19. #
  20. # .. variable:: CPACK_CYGWIN_PATCH_FILE
  21. #
  22. # The Cygwin patch file. FIXME: This documentation is incomplete.
  23. #
  24. # .. variable:: CPACK_CYGWIN_BUILD_SCRIPT
  25. #
  26. # The Cygwin build script. FIXME: This documentation is incomplete.