<div dir="ltr">2017-07-23 17:19 GMT+02:00 DKLind <span dir="ltr"><<a href="mailto:davidklind@gmail.com" target="_blank">davidklind@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Also, curious why CPACK_*COMPONENT*_<COMPONENT>_<wbr>DESCRIPTION is different<br>
from the other CPACK_*DEBIAN*_<COMPONENT>_<wbr>PACKAGE_XXX?<br></blockquote><div><br></div><div>Most variables are debian package specific/allow to override general CPack variables specifically for debian packages. For e.g. package description is set to:<br>  if CPACK_DEBIAN_PACKAGE_DESCRIPTION # debian specific override<br>  else if CPACK_PACKAGE_DESCRIPTION_SUMMARY # general package description<br><br></div><div>There is no particular reason why per component version can't be overridden by a debian packager specific variable - you would usually want to have a single description for the same component no matter the package format (deb, rpm, ...).<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
With your help, I have individual packaging working now, except for unique<br>
version. I also realize that I would like to be able to set the contributor<br>
for some packages to be unique.<br></blockquote><div><br></div><div>Per component variable for these variables was not introduced since <br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I would like to contribute to CMake. I see the page<br>
<a href="https://cmake.org/gitweb?p=cmake.git;a=blob_plain;f=CONTRIBUTING.rst;hb=master" rel="noreferrer" target="_blank">https://cmake.org/gitweb?p=<wbr>cmake.git;a=blob_plain;f=<wbr>CONTRIBUTING.rst;hb=master</a>.<br>
It mentions submitting contributions in patch form. Are pull requests also<br>
accepted?<br></blockquote><div><br></div><div>As described in the link that you've provided create a gitlab account here: <a href="https://gitlab.kitware.com/cmake/cmake">https://gitlab.kitware.com/cmake/cmake</a><br></div><div>and create a merge request (gitlab equivalent to pull request on github).<br></div><div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-23 17:37 GMT+02:00 DKLind <span dir="ltr"><<a href="mailto:davidklind@gmail.com" target="_blank">davidklind@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I forgot, I also have a question about "make package". How do I build and<br>
package just an individual sub-project. As expected, "make <sub-project>"<br>
works to build, but there isn't a default target to package an individual<br>
sub-project.<br></blockquote><div> <br></div><div>You can set CPACK_COMPONENTS_ALL variable to contain only the components that you wish to package:<br><br>set(CPACK_COMPONENTS_ALL applications libraries headers)<br><br></div><div>By default it's set by CPack to contain all components.<br></div><div><br></div><div>Regards,<br></div><div>Domen<br></div></div></div></div></div><br></div></div>