MantisBT - CMake
View Issue Details
0013384CMakeCMakepublic2012-07-09 02:342013-01-09 10:56
Yuri 
Brad King 
normaltextalways
closedfixed 
CMake 2.8.8 
CMake 2.8.9CMake 2.8.9 
0013384: Inconsistent documentation for Project() command
Documentation states: "If a variable exists called CMAKE_PROJECT_<projectName>_INCLUDE_FILE"
However code looks for "CMAKE_PROJECT_<projectName>_INCLUDE", i.e. without _FILE.
No tags attached.
Issue History
2012-07-09 02:34YuriNew Issue
2012-07-09 02:43YuriNote Added: 0029942
2012-07-09 08:51Brad KingNote Added: 0029997
2012-07-09 08:51Brad KingAssigned To => Brad King
2012-07-09 08:51Brad KingStatusnew => resolved
2012-07-09 08:51Brad KingResolutionopen => fixed
2012-07-09 08:51Brad KingTarget Version => CMake 2.8.9
2012-08-09 19:42David ColeFixed in Version => CMake 2.8.9
2013-01-09 10:56Robert MaynardNote Added: 0032035
2013-01-09 10:56Robert MaynardStatusresolved => closed

Notes
(0029942)
Yuri   
2012-07-09 02:43   
BTW, why would user want to specify such file?
(0029997)
Brad King   
2012-07-09 08:51   
Thanks for catching this. The typo was introduced here:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9090572f [^]

Fixed:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=280a333e [^]

Re 0013384:0029942: The variable allows injection of code into the top of a project without patching the source.
(0032035)
Robert Maynard   
2013-01-09 10:56   
Closing resolved issues that have not been updated in more than 4 months.