MantisBT - CMake
View Issue Details
0013192CMakeCMakepublic2012-05-04 18:172015-07-08 08:57
Gili 
Stephen Kelly 
normalminoralways
closedfixed 
CMake 2.8.8 
CMake 3.0 
0013192: Documentation missing XCode generator
The official CMake documentation found at http://www.cmake.org/cmake/help/v2.8.8/cmake.html [^] is missing the XCode generator and perhaps other XCode-related information.

It's important that the documentation to list all generators otherwise new users will avoid trying it out because they'll think their compiler is not supported.
No tags attached.
Issue History
2012-05-04 18:17GiliNew Issue
2012-05-07 08:55Brad KingNote Added: 0029412
2012-05-07 08:55Brad KingStatusnew => backlog
2012-05-07 09:07Brad KingNote Added: 0029413
2015-02-26 03:32Stephen KellyNote Added: 0038074
2015-02-26 03:32Stephen KellyStatusbacklog => resolved
2015-02-26 03:32Stephen KellyFixed in Version => CMake 3.0
2015-02-26 03:32Stephen KellyResolutionopen => fixed
2015-02-26 03:32Stephen KellyAssigned To => Stephen Kelly
2015-07-08 08:57Robert MaynardNote Added: 0039066
2015-07-08 08:57Robert MaynardStatusresolved => closed

Notes
(0029412)
Brad King   
2012-05-07 08:55   
Those docs are generated by "cmake --help-html" which only prints generators supported on the current platform. They were generated on a Windows build because that supports every generator except Xcode. A special documentation build will be needed to include the missing generator.

(0029413)
Brad King   
2012-05-07 09:07   
For now I've manually added Xcode to the Generators section of v2.8.[0-8] docs on the web site. That is the only thing missing.
(0038074)
Stephen Kelly   
2015-02-26 03:32   
This is resolved by the new documentation system and the cmake-generators manual.
(0039066)
Robert Maynard   
2015-07-08 08:57   
Closing resolved issues that have not been updated in more than 4 months.