[cmake-developers] CPack API redesign

Brad King brad.king at kitware.com
Wed Aug 11 13:07:37 EDT 2010


On 08/11/2010 12:38 PM, Eric Noulard wrote:
> 2010/8/11 Brad King <brad.king at kitware.com>:
>> Perhaps it needs to use packageFileNames[0]?
> 
> Yes, sure I did miss that one.
> I did a thorough read but I should have used search & replace...
> 
>> -  int CompressFiles(const char* outFileName, const char* toplevel,
>> -    const std::vector<std::string>& files);
>> +  int PackageFiles();
>>
> 
> With that patch does it work on the Mac?
> If yes, I'll update this in a couple.

Yes, with the two fixes discussed above the CPack tests pass
and the CMake package generation works.

-Brad



More information about the cmake-developers mailing list