[Hide Content]? build
? fix_for_find_file_doc.patch
? patch.txt
Index: Source/cmFindFileCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindFileCommand.cxx,v
retrieving revision 1.30
diff -u -r1.30 cmFindFileCommand.cxx
--- Source/cmFindFileCommand.cxx 10 Oct 2007 15:47:43 -0000 1.30
+++ Source/cmFindFileCommand.cxx 18 May 2009 14:46:07 -0000
@@ -21,7 +21,7 @@
{
this->IncludeFileInPath = true;
cmSystemTools::ReplaceString(this->GenericDocumentation,
- "FIND_PATH", "find_file");
+ "find_path", "find_file");
cmSystemTools::ReplaceString(this->GenericDocumentation,
"directory containing the named file",
"full path to named file");