[Python-Dev] CMake Evaluation

Matthieu Brucher matthieu.brucher at gmail.com
Tue Mar 31 07:57:28 CEST 2009


2009/3/31 R. David Murray <rdmurray at bitdance.com>:
> On Mon, 30 Mar 2009 at 11:50, Bill Hoffman wrote:
>>>
>>> B. It does not allow the CMakeLists.txt file control the --help
>>
>> output. This appears to be an intentional decision
>> (http://www.cmake.org/pipermail/cmake-promote/2006-May/000095.html).
>> To replace it, they have an interactive mode (which asks you about
>> each possible option) and a -LH flag (which runs the whole configure
>> process and then tells you about the flags you could have set if you
>> knew about them).
>>
>>
>> CMake now has a cmake-gui (qt based application) for configuring a
>> project.
>
> A GUI is not a replacement for useful command line help :)

You can also use ccmake, IIRC.

Matthieu
-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher


More information about the Python-Dev mailing list