Re: [CMake] Custom NSIS script

2008-12-26 Thread Nicolas Desprès
On Thu, Dec 25, 2008 at 9:45 PM, Yevgen Muntyan ymunt...@gmail.com wrote: Hello and Merry Christmas, Hello! Merry Christmas to you too, I've got a question: how to use my custom NSIS script with CMake+CPack? You could copy the original NSIS.template.in from cmake sources in your

Re: [CMake] Custom NSIS script

2008-12-26 Thread Yevgen Muntyan
On Fri, Dec 26, 2008 at 4:08 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: On Thu, Dec 25, 2008 at 9:45 PM, Yevgen Muntyan ymunt...@gmail.com wrote: I've got a question: how to use my custom NSIS script with CMake+CPack? You could copy the original NSIS.template.in from cmake sources

[CMake] Custom NSIS script

2008-12-25 Thread Yevgen Muntyan
Hello and Merry Christmas, I've got a question: how to use my custom NSIS script with CMake+CPack? Namely, I want the 'make package' which you get after using INCLUDE(CPack) to install files and then use myownscript.nsi to actually invoke makensis. I can do that by doing something like make