Re: [CMake] set/unset

2009-02-10 Thread Philip Lowman
On Tue, Feb 10, 2009 at 3:35 AM, Micha Renner wrote: > Hallo, > > what is the difference between > SET(variable ) > and > UNSET(variable) Nothing. The unset command was added for completeness and so that there could be an additional option added to it to allow removal of cache variables. Also,

[CMake] set/unset

2009-02-10 Thread Micha Renner
Hallo, what is the difference between SET(variable ) and UNSET(variable) Michael ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check th