Imported Upstream version 2.8.10.2
[platform/upstream/cmake.git] / Modules / CPackPackageMaker.cmake
1 ##section Variables specific to CPack PackageMaker generator
2 ##end
3 ##module
4 # - PackageMaker CPack generator (Mac OS X).
5 # The following variable is specific to installers build on Mac OS X
6 # using PackageMaker:
7 ##end
8 #
9 ##variable
10 #  CPACK_OSX_PACKAGE_VERSION - The version of Mac OS X that the
11 #  resulting PackageMaker archive should be compatible with. Different
12 #  versions of Mac OS X support different
13 #  features. For example, CPack can only build component-based
14 #  installers for Mac OS X 10.4 or newer, and can only build
15 #  installers that download component son-the-fly for Mac OS X 10.5
16 #  or newer. If left blank, this value will be set to the minimum
17 #  version of Mac OS X that supports the requested features. Set this
18 #  variable to some value (e.g., 10.4) only if you want to guarantee
19 #  that your installer will work on that version of Mac OS X, and
20 #  don't mind missing extra features available in the installer
21 #  shipping with later versions of Mac OS X.
22 ##end
23
24 #=============================================================================
25 # Copyright 2006-2012 Kitware, Inc.
26 #
27 # Distributed under the OSI-approved BSD License (the "License");
28 # see accompanying file Copyright.txt for details.
29 #
30 # This software is distributed WITHOUT ANY WARRANTY; without even the
31 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
32 # See the License for more information.
33 #=============================================================================
34 # (To distribute this file outside of CMake, substitute the full
35 #  License text for the above reference.)