[CMake] Minor error in CMake Tutorial?

Bill Hoffman bill.hoffman at kitware.com
Thu Jul 8 16:44:09 EDT 2010


On 7/8/2010 3:05 PM, Stefan Buschmann wrote:
> 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)

The code in Tests/Tutorials is correct.  :)

-Bill


More information about the CMake mailing list