[Cmake-commits] [cmake-commits] king committed cmDocumentVariables.cxx 1.46 1.47

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 18 12:05:53 EST 2010


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

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
Clarify CMAKE_MODULE_PATH documentation

Reword the documentation to make it clear that the variable can be a
list of directories.


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.46
retrieving revision 1.47
diff -C 2 -d -r1.46 -r1.47
*** cmDocumentVariables.cxx	2 Dec 2009 20:17:32 -0000	1.46
--- cmDocumentVariables.cxx	18 Feb 2010 17:05:51 -0000	1.47
***************
*** 516,523 ****
    cm->DefineProperty
      ("CMAKE_MODULE_PATH", cmProperty::VARIABLE,
!      "Path to look for cmake modules to load.",
!      "Specifies a path to override the default search path for "
!      "CMake modules. For example include commands will look "
!      "in this path first for modules to include.",
       false,
       "Variables That Change Behavior");
--- 516,523 ----
    cm->DefineProperty
      ("CMAKE_MODULE_PATH", cmProperty::VARIABLE,
!      "List of directories to search for CMake modules.",
!      "Commands like include() and find_package() search for files in "
!      "directories listed by this variable before checking the default "
!      "modules that come with CMake.",
       false,
       "Variables That Change Behavior");



More information about the Cmake-commits mailing list