CPackPackageMaker.cmake 1.6 KB

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