On Saturday 16 June 2007 17:15, Michal Čihař wrote:
> Hi
>
> On Thu, 14 Jun 2007 10:29:40 -0400
>
> Alexander Neundorf <[EMAIL PROTECTED]> wrote:
> > Can you please check that CMake cvs HEAD with the attached patch works
> > under Linux with the NSIS generator ?
>
> Yes, it works fine.
Thanks, com
Hi
On Thu, 14 Jun 2007 10:29:40 -0400
Alexander Neundorf <[EMAIL PROTECTED]> wrote:
> Can you please check that CMake cvs HEAD with the attached patch works under
> Linux with the NSIS generator ?
Yes, it works fine.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
signature.a
On Thu, Jun 14, 2007 at 10:29:40AM -0400, Alexander Neundorf wrote:
> On Wednesday 13 June 2007 06:33, Pierre Habouzit wrote:
> > NSIS also works for linux, it just has a small different command line
> > interface. Here is a patch from Michal Čihař to make it work.
>
> The patch as it is didn't
Hi
On Thu, 14 Jun 2007 10:29:40 -0400
Alexander Neundorf <[EMAIL PROTECTED]> wrote:
> The patch as it is didn't work, #include "cmCPackNSISGenerator.h" also had to
> be enabled, otherwise it didn't compile.
I didn't check it with HEAD, only with 2.4-patch 5.
> Can you please check that CMake c
On Wednesday 13 June 2007 06:33, Pierre Habouzit wrote:
> NSIS also works for linux, it just has a small different command line
> interface. Here is a patch from Michal Čihař to make it work.
The patch as it is didn't work, #include "cmCPackNSISGenerator.h" also had to
be enabled, otherwise it
NSIS also works for linux, it just has a small different command line
interface. Here is a patch from Michal Čihař to make it work.
Index: cmake-2.4.6/Source/CPack/cmCPackGenerators.cxx
===
--- cmake-2.4.6.orig/Source/CPack/cmCPackG