[Cmake-commits] [cmake-commits] king committed cmFindBase.cxx 1.50 1.51

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 14 08:43:22 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv31539/Source

Modified Files:
	cmFindBase.cxx 
Log Message:
ENH: Clarify PATH_SUFFIXES documentation

This clarifies documentation of the find_* commands' PATH_SUFFIXES
option.  The option adds paths with the suffixes but does not remove the
paths without the suffixes.


Index: cmFindBase.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindBase.cxx,v
retrieving revision 1.50
retrieving revision 1.51
diff -C 2 -d -r1.50 -r1.51
*** cmFindBase.cxx	13 Oct 2008 13:58:22 -0000	1.50
--- cmFindBase.cxx	14 Oct 2008 12:43:19 -0000	1.51
***************
*** 62,67 ****
      "to list the system path variable. The argument "
      "after DOC will be used for the documentation string in "
!     "the cache.  PATH_SUFFIXES can be used to give sub directories "
!     "that will be appended to the search paths.\n"
      "If NO_DEFAULT_PATH is specified, then no additional paths are "
      "added to the search. "
--- 62,69 ----
      "to list the system path variable. The argument "
      "after DOC will be used for the documentation string in "
!     "the cache.  "
!     "PATH_SUFFIXES specifies additional subdirectories to check below "
!     "each search path."
!     "\n"
      "If NO_DEFAULT_PATH is specified, then no additional paths are "
      "added to the search. "



More information about the Cmake-commits mailing list