View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011028CMakeDocumentationpublic2010-07-22 07:042011-06-06 18:25
ReporterWilliam S Fulton 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011028: Error in Tutorial
DescriptionThe 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".

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0024928)
David Cole (manager)
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 (manager)
2011-01-19 12:24

See previous note for timing of when this change will hit the live web site.
(0025450)
David Cole (manager)
2011-02-16 15:20

It is now live on the cmake.org web site.
(0026725)
David Cole (manager)
2011-06-06 18:25

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2010-07-22 07:05 William S Fulton New Issue
2010-12-15 11:04 David Cole Assigned To => David Cole
2010-12-15 11:04 David Cole Status new => assigned
2011-01-19 12:23 David Cole Note Added: 0024928
2011-01-19 12:24 David Cole Note Added: 0024929
2011-01-19 12:24 David Cole Status assigned => resolved
2011-01-19 12:24 David Cole Fixed in Version => CMake 2.8.4
2011-01-19 12:24 David Cole Resolution open => fixed
2011-02-16 15:19 David Cole Target Version => CMake 2.8.4
2011-02-16 15:20 David Cole Note Added: 0025450
2011-06-06 18:25 David Cole Status resolved => closed
2011-06-06 18:25 David Cole Note Added: 0026725


Copyright © 2000 - 2018 MantisBT Team