Eric Noulard wrote:

That's true, may be the site could indicate that the doc is for latest
2.6.x serie.
However the most trustfull way to check the doc of your current cmake
version is the command line.

cmake --help-command if

should give you the doc for the cmake version you are using.

if you want html you can use:

cmake --help-html > cmake-doc.html

then browse the cmake-doc.html file.

Or cmake --version.

-Bill
_______________________________________________
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