* Alexander Neundorf <[EMAIL PROTECTED]> schrieb:

> CMake has a cache, where the values of variables are stored, e.g. if an 
> option 
> is enabled or not, or where a library has been found (e.g. 
> JPEG_LIBRARY=/usr/local/lib/libjpeg.so).
> The way to influence the behaviour of cmake is to change the value of these 
> variables, this can be done either via a GUI (curses based or with cmake 2.6 
> also a graphical one), or via the command line:
> $ cmake -D<name_of_variable>=<new_value> ...more options

Are these variables strictly specified or is all left to individual 
author's decision ?

> > autotools need only a shell and make
> 
> Yes, and requiring a shell is a lot, in the case you want to port 
> also to Windows.

hmm, why not just expecting an sane shell on the building system ?
(as you already have to expect a sane compiler)


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
        http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
        http://patches.metux.de/
---------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-embedded" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to