[CMake] how broken is the RPM support?

2007-10-10 Thread kent williams
I just installed the CVS CMake. There is a CPackRPM.cmake file in the Modules directory, but it's not clear to me how to tell CPack I want to generate an RPM, or a Source RPM. Anyone have any clues for me? ___ CMake mailing list CMake@cmake.org http://w

Re: [CMake] how broken is the RPM support?

2007-10-10 Thread Eric Noulard
2007/10/10, kent williams <[EMAIL PROTECTED]>: > I just installed the CVS CMake. There is a CPackRPM.cmake file in the > Modules directory, but it's not clear to me how to tell CPack I want > to generate an RPM, or a Source RPM. If you want to tell CPack to generate RPM you should either: 1) Add

Re: [CMake] how broken is the RPM support?

2007-10-10 Thread Eric Noulard
2007/10/10, kent williams <[EMAIL PROTECTED]>: > I just installed the CVS CMake. There is a CPackRPM.cmake file in the > Modules directory, but it's not clear to me how to tell CPack I want > to generate an RPM, or a Source RPM. > > Anyone have any clues for me? I forgot to tell that CPack RPM an

Re: [CMake] how broken is the RPM support?

2007-10-11 Thread a . neundorf-work
On Wednesday 10 October 2007 22:32, Eric Noulard wrote: > 2007/10/10, kent williams <[EMAIL PROTECTED]>: > > I just installed the CVS CMake. There is a CPackRPM.cmake file in the > > Modules directory, but it's not clear to me how to tell CPack I want > > to generate an RPM, or a Source RPM. > > I