Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-08 Thread Yuri Timenkov
On Monday 07 July 2008 22:04:53 Enrico Scholz wrote: > "Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]> > > writes: > >>> I would like to propose the addition of a NO_CACHE keyword to the > >>> find_xxx commands that would treat as a non-cached variable. > >> > >> Better wolution would be the

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Miguel A. Figueroa-Villanueva
On Mon, Jul 7, 2008 at 6:25 PM, Alexander Neundorf wrote: > On Monday 07 July 2008, Timenkov Yuri wrote: >> On Monday 07 July 2008 10:26:49 Miguel A. Figueroa-Villanueva wrote: >> > Hello, >> > >> > I would like to propose the addition of a NO_CACHE keyword to the >> > find_xxx commands that would

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Alexander Neundorf
On Monday 07 July 2008, Timenkov Yuri wrote: > On Monday 07 July 2008 10:26:49 Miguel A. Figueroa-Villanueva wrote: > > Hello, > > > > I would like to propose the addition of a NO_CACHE keyword to the > > find_xxx commands that would treat as a non-cached variable. I > > have posted this as a feat

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Enrico Scholz
"Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]> writes: Better wolution would be the equivalent of autoconf's './config.status --recheck', e.g. reinvoking cmake with empty cache but with original configuration options. > ... > Maybe I'm missing the point, so please explain how t

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Miguel A. Figueroa-Villanueva
On Mon, Jul 7, 2008 at 1:04 PM, Enrico Scholz wrote: > "Miguel A. Figueroa-Villanueva" writes: I would like to propose the addition of a NO_CACHE keyword to the find_xxx commands that would treat as a non-cached variable. >>> >>> Better wolution would be the equivalent of autoconf's './c

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Enrico Scholz
"Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]> writes: >>> I would like to propose the addition of a NO_CACHE keyword to the >>> find_xxx commands that would treat as a non-cached variable. >> >> Better wolution would be the equivalent of autoconf's './config.status >> --recheck', e.g. reinv

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Miguel A. Figueroa-Villanueva
On Mon, Jul 7, 2008 at 8:41 AM, Bill Hoffman wrote: > Miguel A. Figueroa-Villanueva wrote: >> >> On Mon, Jul 7, 2008 at 2:04 AM, Enrico Scholz wrote: >>> >>> "Miguel A. Figueroa-Villanueva" writes: I would like to propose the addition of a NO_CACHE keyword to the find_xxx commands th

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Bill Hoffman
Miguel A. Figueroa-Villanueva wrote: On Mon, Jul 7, 2008 at 2:04 AM, Enrico Scholz wrote: "Miguel A. Figueroa-Villanueva" writes: I would like to propose the addition of a NO_CACHE keyword to the find_xxx commands that would treat as a non-cached variable. Better wolution would be the equival

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Miguel A. Figueroa-Villanueva
On Mon, Jul 7, 2008 at 2:04 AM, Enrico Scholz wrote: > "Miguel A. Figueroa-Villanueva" writes: >> I would like to propose the addition of a NO_CACHE keyword to the >> find_xxx commands that would treat as a non-cached variable. > > Better wolution would be the equivalent of autoconf's './config.st

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Miguel A. Figueroa-Villanueva
On Mon, Jul 7, 2008 at 2:39 AM, Timenkov Yuri wrote: > On Monday 07 July 2008 10:26:49 Miguel A. Figueroa-Villanueva wrote: >> Hello, >> >> I would like to propose the addition of a NO_CACHE keyword to the >> find_xxx commands that would treat as a non-cached variable. I >> have posted this as a f

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Timenkov Yuri
On Monday 07 July 2008 10:26:49 Miguel A. Figueroa-Villanueva wrote: > Hello, > > I would like to propose the addition of a NO_CACHE keyword to the > find_xxx commands that would treat as a non-cached variable. I > have posted this as a feature request with an initial patch > implementing it for

Re: [CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-07 Thread Enrico Scholz
"Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]> writes: > I would like to propose the addition of a NO_CACHE keyword to the > find_xxx commands that would treat as a non-cached variable. Better wolution would be the equivalent of autoconf's './config.status --recheck', e.g. reinvoking cmake

[CMake] Patch: Add NO_CACHE option to find_xxx commands

2008-07-06 Thread Miguel A. Figueroa-Villanueva
Hello, I would like to propose the addition of a NO_CACHE keyword to the find_xxx commands that would treat as a non-cached variable. I have posted this as a feature request with an initial patch implementing it for the find_path command. For more information look at the feature request at: http