2011/12/21 Renato Utsch <renatout...@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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to