Re: [CMake] Weird behaviour with CPackComponent and NSIS

2011-08-10 Thread David Cole
On Tue, Aug 9, 2011 at 6:11 PM, Mathias Gaunard wrote: > I've recently upgraded to CMake 2.8.5 to try out the new > CPack/CPackComponent separation, which allows me to include CPackComponent > to get the various cpack component macros, but only include CPack later. > > I end up with very strange t

[CMake] Weird behaviour with CPackComponent and NSIS

2011-08-09 Thread Mathias Gaunard
I've recently upgraded to CMake 2.8.5 to try out the new CPack/CPackComponent separation, which allows me to include CPackComponent to get the various cpack component macros, but only include CPack later. I end up with very strange things happening, which I haven't been able to debug. What