MantisBT - CMake
View Issue Details
0009047CMakeDocumentationpublic2009-05-18 10:472009-05-18 15:28
Michael Wild 
Alex Neundorf 
normaltextalways
closedfixed 
CMake-2-6 
 
0009047: The documentation-code FIND_FILE doesn't replace all instances of FIND_PATH
The code generating the documentation of the FIND_FILE command doesn't replace properly the occurrences of FIND_PATH. The problem is that it replaces "FIND_PATH" instead of "find_path". The attached patch fixes the issue.
No tags attached.
patch fix_for_find_file_doc.patch (829) 2009-05-18 10:47
https://public.kitware.com/Bug/file/2259/fix_for_find_file_doc.patch
Issue History
2009-05-18 10:47Michael WildNew Issue
2009-05-18 10:47Michael WildFile Added: fix_for_find_file_doc.patch
2009-05-18 15:28Alex NeundorfNote Added: 0016523
2009-05-18 15:28Alex NeundorfAssigned To => Alex Neundorf
2009-05-18 15:28Alex NeundorfStatusnew => closed
2009-05-18 15:28Alex NeundorfResolutionopen => fixed

Notes
(0016523)
Alex Neundorf   
2009-05-18 15:28   
Thanks for the patch, applied to HEAD.

Alex