Even if I download the tutorial sources directly from <a href="http://cmake.org">cmake.org</a> (for this tutorial
<a href="http://www.cmake.org/cmake/help/cmake_tutorial.html">http://www.cmake.org/cmake/help/cmake_tutorial.html</a> ), unzip them, and run cpack -C CPackSourceConfig.cmake, I don't get a source package. I get what I would consider a binary package. I saw that another user had reported the same issue here
<a href="http://cmake.3232098.n2.nabble.com/How-to-deliver-a-source-code-package-td6505888.html">http://cmake.3232098.n2.nabble.com/How-to-deliver-a-source-code-package-td6505888.html</a> but didn't really resolve it. That user resorted to make package_source, which does indeed pack up the source...and everything else in the directory. I tried throwing some dummy "sandbox" files in there, and they get zipped right up, too. Am I doing something wrong? I'm following the tutorial as well as I can tell. It seems like the command above should create a source package containing no binary files, and only the sources that you have told it to include.<div>
<br></div><div>Thanks,</div><div>Jack</div>