Hi all!

I just noted a possible error in the CMake tutorial at http://www.cmake.org/cmake/help/cmake_tutorial.html :

The tutorial states:

    cmake_minimum_required (2.6)

while according to my version of cmake (2.6-patch 4) and the current documentation it should read:

    cmake_minimum_required(VERSION 2.6)

Bye,

Stefan

_______________________________________________
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