[CMake] Re: function and raise_scope commands
Alexander Neundorf
a.neundorf-work at gmx.net
Fri Jan 18 16:02:56 EST 2008
On Friday 18 January 2008, Ken Martin wrote:
> > Yes, and I'll also remove raise_scope() then. Ok ?
>
> Yuppers - Ken
Done.
I noticed that almost all calls are now:
set(<var> ${<var>} PARENT_SCOPE)
Is propagating the value up to the parent directory really a good idea ? If
people want to do that (get some information from somewhere deep in the tree
up to some other place) they can use a global property.
I feel like removing the else{} part in cmMakefile::RaiseScope()...
Alex
More information about the CMake
mailing list