On Monday 19 November 2007, Salvatore Iovene wrote:
> Hi,
>
> If I call cmake with, say, -DFOO:STRING=Bar, how can I do so that the
> value of FOO will be remembered the next time cmake is issued, without
> having to give it explicitly? This is particularly usefule in case I

If you use the type as given in your example it will always go in the cache.
If you omit the type, it will go in the cache if the type is defined later on 
in any of the cmake files or if you are using cmake cvs.

Alex
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to