[CMake] Documentation request

Eric Noulard eric.noulard at gmail.com
Wed Dec 21 07:00:55 EST 2011


2011/12/21 Renato Utsch <renatoutsch at gmail.com>:
> I had the same problem a yesterday (or the day before) with the
> string( FIND ) command...
>
> I tried to find the cmake 2.8.4 docs but I couldn't.

cmake command **itself** is able to spit out its documentation.
So

cmake --help-command string

will give you the hopefully up to date doc of the currently used cmake.
In the same way:
cmake --help-full
cmake --help-html

will give you a doc similar to
http://www.cmake.org/cmake/help/cmake-2-8-docs.html

but for the currently used cmake.

>  I think you should do it, or at least to issue a warning (in the documentation) in
> every command that wasn't introduced in CMake 2.8.0...

You ?
This represents a fair amount of work...
I bet that if no-one did it it is because it's a hUGe task.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org


More information about the CMake mailing list