Re: [CMake] INTERNAL vs. STATIC cache variables

2009-09-28 Thread Marcel Loose
On Fri, 2009-09-25 at 21:12 +0200, Alexander Neundorf wrote: > On Friday 25 September 2009, Marcel Loose wrote: > > Hi all, > > > > Is there a difference in precedence between INTERNAL and STATIC cache > > variables? > > > > For example, what happens if I (accidentally) define an INTERNAL cache > >

Re: [CMake] INTERNAL vs. STATIC cache variables

2009-09-25 Thread Alexander Neundorf
On Friday 25 September 2009, Marcel Loose wrote: > Hi all, > > Is there a difference in precedence between INTERNAL and STATIC cache > variables? > > For example, what happens if I (accidentally) define an INTERNAL cache > variable that is already or will be defined by CMake? Will the STATIC > vari

[CMake] INTERNAL vs. STATIC cache variables

2009-09-25 Thread Marcel Loose
Hi all, Is there a difference in precedence between INTERNAL and STATIC cache variables? For example, what happens if I (accidentally) define an INTERNAL cache variable that is already or will be defined by CMake? Will the STATIC variable always have precedence? Or am I entering the realm of unde