[CMake] Minor error in CMake Tutorial?

Stefan Buschmann s_buschmann at gmx.de
Thu Jul 8 15:05:20 EDT 2010


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



More information about the CMake mailing list