[Cmake] Removing a cache entry? Multiple MACRO definitions?

Amitha Perera perera at cs.rpi.edu
Fri, 2 Jan 2004 17:32:19 -0500


On Fri 02 Jan 2004, Andy Cedilnik wrote:
> There could be another signature of REMOVE:
> 
> REMOVE(VAR CACHE)

And how will you remove the value "CACHE" from a list? :-)

SET( X "A;CACHE;B" )
REMOVE( X CACHE )  # hmmm

Amitha.