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