Re: [CMake] Documentation in RPM Package

2016-12-22 Thread Paul Londino
Hi Domen, Thanks for the quick reply. I've spent a bit more time digging into this. What I am specifically trying to do is use the built-in %doc mechanism of RPM to automatically package the documentation. Using rpmbuild, if you specify a relative path (no leading /) with the %doc attribute, it

Re: [CMake] cpack multiple packages

2016-12-22 Thread Domen Vrankar
2016-12-21 12:29 GMT+01:00 Dvir Yitzchaki : > Thanks, but as I understand a component can only belong to one group. > > How can I get the same component/target on multiple packages? > Usually you wouldn't want to package same file on same location with same filename since during unpackaging they

Re: [CMake] Help Utilizing Binary Caches

2016-12-22 Thread Dustyn Blasig
If there is some additional information needed, let me know. I'm mostly looking for advice, so if this has never been done successfully, that would be good to know as well. Thx! On Fri, Dec 16, 2016 at 9:19 AM Dustyn Blasig wrote: > Hello Everyone, > > I'm fairly new to CMake, but have been lear