[CMake] Minor error in CMake Tutorial?

2010-07-08 Thread Stefan Buschmann

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


Re: [CMake] Minor error in CMake Tutorial?

2010-07-08 Thread Bill Hoffman

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
___
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