[CMake] External project and patch files

2011-07-17 Thread Hugh Sorby
Hello All, I am using external project to well build some external projects. I also patch these projects to play nice for me. For this I use the ExternalProject_Add PATCH_COMMAND. Right now I have two difficulties. 1. I have to combine all my fixes into one patch. I would prefer to have a li

Re: [CMake] CPack/NSIS: start menu entry without cpack_package_executables

2011-07-17 Thread Daniel Franke
Hi Andreas. On Sunday 17 July 2011 21:36:26 Andreas Mohr wrote: > to me it sounds like all the effects can simply be described as > happening due to including CPack way too early. > Verdict: Don't Do That (tm) Maybe. See below for more details. > IMHO install stuff is ideally (i.e., usually) s

Re: [CMake] CPack/NSIS: start menu entry without cpack_package_executables

2011-07-17 Thread Andreas Mohr
Hi, On Sun, Jul 17, 2011 at 12:00:15PM -0400, cmake-requ...@cmake.org wrote: > I try to build a NSIS package for a largish project with many components and > a > plethora of local and imported binaries. One of the last steps would be to > add > Start menu entries for the binaries of the select