[cmake-developers] patch to fix installed size for cpack PackageMaker generator

Brad King brad.king at kitware.com
Mon Dec 22 09:40:12 EST 2014


On 12/21/2014 12:34 AM, Calin Cascaval wrote:
> [PATCH] fixes installed sizes for cpack PackageMaker generator

Thanks.  Applied:

 cpack: Fix installed size computation with PackageMaker generator
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42ed76bc

FYI, if you're still using the PackageMaker generator please note
that it will require changes to package for OS X 10.10.  The
cmCPackPackageMakerGenerator::PackageCompatibilityVersion variable
uses a floating point value for the OS X version so 10.10 ends up
being treated as 10.1.  Since Apple has deprecated PackageMaker
no one has taken the time to fix this in CMake yet.

-Brad


More information about the cmake-developers mailing list