"Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]>
writes:

>>> I would like to propose the addition of a NO_CACHE keyword to the
>>> find_xxx commands that would treat <VAR> as a non-cached variable.
>>
>> Better wolution would be the equivalent of autoconf's './config.status
>> --recheck', e.g. reinvoking cmake with empty cache but with original
>> configuration options.
>
> This is not what we want. We want to keep the cache variables since
> the user might have changed it in the gui.

No; it is exactly what you want.  Just store the original configuration
(e.g. 'cmake' commandline or items entered into the GUI by user) somewhere
and rerun 'cmake' on it with an empty cache.


Enrico

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to