On Thursday 28 August 2008, Vandenbroucke Sander wrote:
...
> I'm still on 2.4. Upgrading is planned some time in the future.
>
> > What is your exact original command line for running CMake?
>
> set CC=distcc nios2-elf-gcc
> set CXX=distcc nios2-elf-g++
> cmake -G "MSYS Makefiles" ../ -DCMAKE_SYST
That would be 2.4 patch 7... :-( So I try the update first before adding the
:STRING.
Thanks!
From: David Cole [mailto:[EMAIL PROTECTED]
Sent: donderdag 28 augustus 2008 16:03
To: Vandenbroucke Sander
Cc: cmake@cmake.org
Subject: Re: [CMake] re-config
Now we're getting somewhere...
Which 2.4 are you on?
To force caching of "-D" variables with older cmake versions, specify a type
for each one (the ":STRING" in the modified version below). Also, I would
put the -D values before naming the source directory:
cmake -G "MSYS Makefiles" -DCMAKE_SY
> > > Vandenbroucke Sander wrote:
> > > Hi,
> > >
> > > Sometimes CMake re-configures my build tree when running make.
> > > Unfortunately CMake uses wrong options, I normally set those on the
> > > command line. This forces me to re-config & rebuild my entire source
> > > tree. This is a bit anno
rad King
> > Subject: Re: [CMake] re-config on make all
> >
> > Vandenbroucke Sander wrote:
> > > Hi,
> > >
> > > Sometimes CMake re-configures my build tree when running make.
> > > Unfortunately CMake uses wrong options, I normally set those on
> -Original Message-
> From: Bill Hoffman [mailto:[EMAIL PROTECTED]
> Sent: woensdag 27 augustus 2008 14:37
> To: Vandenbroucke Sander
> Cc: cmake@cmake.org; Brad King
> Subject: Re: [CMake] re-config on make all
>
> Vandenbroucke Sander wrote:
> >
Vandenbroucke Sander wrote:
Hi,
Sometimes CMake re-configures my build tree when running make.
Unfortunately CMake uses wrong options, I normally set those on the
command line. This forces me to re-config & rebuild my entire source
tree. This is a bit annoying since, in most cases, this is not n
2008/8/27 Vandenbroucke Sander <[EMAIL PROTECTED]>:
> Hi,
>
> Sometimes CMake re-configures my build tree when running make.
> Unfortunately CMake uses wrong options, I normally set those on the
> command line. This forces me to re-config & rebuild my entire source
> tree. This is a bit annoying si
Hi,
Sometimes CMake re-configures my build tree when running make.
Unfortunately CMake uses wrong options, I normally set those on the
command line. This forces me to re-config & rebuild my entire source
tree. This is a bit annoying since, in most cases, this is not necessary
and takes a long time