Imported Upstream version 2.8.10.2
[platform/upstream/cmake.git] / Modules / CPackCygwin.cmake
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 #=============================================================================
23 # Copyright 2006-2012 Kitware, Inc.
24 #
25 # Distributed under the OSI-approved BSD License (the "License");
26 # see accompanying file Copyright.txt for details.
27 #
28 # This software is distributed WITHOUT ANY WARRANTY; without even the
29 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
30 # See the License for more information.
31 #=============================================================================
32 # (To distribute this file outside of CMake, substitute the full
33 #  License text for the above reference.)