MantisBT - CMake
View Issue Details
0015604CMakeDocumentationpublic2015-06-06 03:472016-01-04 11:51
Guy Shaw 
Brad King 
normaltexthave not tried
closedfixed 
 
 
0015604: In tutorial, code is corrupted, probably due to HTML problems with < >
http://www.cmake.org/cmake-tutorial [^]

First two blocks of sample C code has #include
statements with the included file completely missing.

The rest of the code samples do not have that problem.

I would suspect it has something to do with a conversion step
that stumbled on the handling of '<' and/or '>', but then
I am not so sure, because another code snippet with '<'
survives:

  if (argc < 2)

-- Guy Shaw
No tags attached.
Issue History
2015-06-06 03:47Guy ShawNew Issue
2015-06-08 10:06Brad KingNote Added: 0038892
2015-06-08 10:06Brad KingAssigned To => Brad King
2015-06-08 10:06Brad KingSeverityminor => text
2015-06-08 10:06Brad KingStatusnew => resolved
2015-06-08 10:06Brad KingResolutionopen => fixed
2016-01-04 11:51Robert MaynardNote Added: 0040062
2016-01-04 11:51Robert MaynardStatusresolved => closed

Notes
(0038892)
Brad King   
2015-06-08 10:06   
Fixed, thanks. The source was just plain missing these lines, likely due to the problem you describe occurring during transition from a past version of the site.
(0040062)
Robert Maynard   
2016-01-04 11:51   
Closing resolved issues that have not been updated in more than 4 months.