MantisBT - CMake
View Issue Details
0011028CMakeDocumentationpublic2010-07-22 07:042011-06-06 18:25
William S Fulton 
David Cole 
normalminorhave not tried
closedfixed 
CMake-2-8 
CMake 2.8.4CMake 2.8.4 
0011028: Error in Tutorial
The first line of CMakeLists.txt in your tutorial step 1 on this page:
http://www.cmake.org/cmake/help/cmake_tutorial.html#s1 [^]
contains a mistake. It reads:

cmake_minimum_required (2.6)

which gives an error in using cmake-gui 2.8.2, it should read:

cmake_minimum_required (VERSION 2.6)

With cmake on the command line it says:

CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
  cmake_minimum_required called with unknown argument "2.6".

No tags attached.
Issue History
2010-07-22 07:05William S FultonNew Issue
2010-12-15 11:04David ColeAssigned To => David Cole
2010-12-15 11:04David ColeStatusnew => assigned
2011-01-19 12:23David ColeNote Added: 0024928
2011-01-19 12:24David ColeNote Added: 0024929
2011-01-19 12:24David ColeStatusassigned => resolved
2011-01-19 12:24David ColeFixed in Version => CMake 2.8.4
2011-01-19 12:24David ColeResolutionopen => fixed
2011-02-16 15:19David ColeTarget Version => CMake 2.8.4
2011-02-16 15:20David ColeNote Added: 0025450
2011-06-06 18:25David ColeStatusresolved => closed
2011-06-06 18:25David ColeNote Added: 0026725

Notes
(0024928)
David Cole   
2011-01-19 12:23   
Fixed in svn revision 3423 of the repository which hosts the cmake.org web site files. This may take up to a week or two to go live on the cmake.org web site itself.
(0024929)
David Cole   
2011-01-19 12:24   
See previous note for timing of when this change will hit the live web site.
(0025450)
David Cole   
2011-02-16 15:20   
It is now live on the cmake.org web site.
(0026725)
David Cole   
2011-06-06 18:25   
Closing resolved issues that have not been updated in more than 3 months.