[Cmake-commits] [cmake-commits] alex committed cmFindFileCommand.cxx 1.30 1.31
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon May 18 15:27:35 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv12085
Modified Files:
cmFindFileCommand.cxx
Log Message:
STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" with
"find_file", otherwise the docs talk about find_path() instead of find_file
(patch from Michael Wild, #9047)
Alex
Index: cmFindFileCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindFileCommand.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -C 2 -d -r1.30 -r1.31
*** cmFindFileCommand.cxx 10 Oct 2007 15:47:43 -0000 1.30
--- cmFindFileCommand.cxx 18 May 2009 19:27:33 -0000 1.31
***************
*** 22,26 ****
this->IncludeFileInPath = true;
cmSystemTools::ReplaceString(this->GenericDocumentation,
! "FIND_PATH", "find_file");
cmSystemTools::ReplaceString(this->GenericDocumentation,
"directory containing the named file",
--- 22,26 ----
this->IncludeFileInPath = true;
cmSystemTools::ReplaceString(this->GenericDocumentation,
! "find_path", "find_file");
cmSystemTools::ReplaceString(this->GenericDocumentation,
"directory containing the named file",
More information about the Cmake-commits
mailing list