CPackPackageMaker.cmake 1.2 KB

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