[cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

Domen Vrankar domen.vrankar at gmail.com
Thu Apr 16 16:19:58 EDT 2015


>> In the member function cmCPackGenerator::WantsComponentInstallation,
>> apparently it is required that groups AND components exist to have the
>> component install:
>> https://github.com/Kitware/CMake/blob/master/Source/CPack/cmCPackGenerator.cxx#L1505
>>
>> If I change the line to
>> && (!(this->ComponentGroups.empty()) || !(this->Components.empty())))
>>
>> it works as before (cmake 2.8.12).

I've pushed the patch with minor changes to next.
http://www.cmake.org/gitweb?p=cmake.git;h=0779b679

Thanks,
Domen


More information about the cmake-developers mailing list