Re: [CMake] re-config on make all

2008-09-03 Thread Alexander Neundorf
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

Re: [CMake] re-config on make all

2008-08-28 Thread Vandenbroucke Sander
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

Re: [CMake] re-config on make all

2008-08-28 Thread David Cole
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

Re: [CMake] re-config on make all

2008-08-28 Thread Vandenbroucke Sander
> > > 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

Re: [CMake] re-config on make all

2008-08-28 Thread David Cole
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

Re: [CMake] re-config on make all

2008-08-28 Thread Vandenbroucke Sander
> -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: > >

Re: [CMake] re-config on make all

2008-08-27 Thread Bill Hoffman
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

Re: [CMake] re-config on make all

2008-08-27 Thread Eric Noulard
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

[CMake] re-config on make all

2008-08-27 Thread Vandenbroucke Sander
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