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 ../

Re: [CMake] re-config on make all

2008-08-28 Thread David Cole
On Thu, Aug 28, 2008 at 5:12 AM, Vandenbroucke Sander [EMAIL PROTECTED] wrote: -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

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 annoying since, in most

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

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

[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

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 since, in

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