CPackPackageMaker.cmake 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  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. #
  8. ##variable
  9. # CPACK_OSX_PACKAGE_VERSION - The version of Mac OS X that the
  10. # resulting PackageMaker archive should be compatible
  11. # with. Different versions of Mac OS X support different
  12. # features. For example, CPack can only build component-based
  13. # installers for Mac OS X 10.4 or newer, and can only build
  14. # installers that download component son-the-fly for Mac OS X 10.5
  15. # or newer. If left blank, this value will be set to the minimum
  16. # version of Mac OS X that supports the requested features. Set this
  17. # variable to some value (e.g., 10.4) only if you want to guarantee
  18. # that your installer will work on that version of Mac OS X, and
  19. # don't mind missing extra features available in the installer
  20. # shipping with later versions of Mac OS X.
  21. ##end
  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.)