[cmake-commits] king committed cmFindBase.cxx 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 19 09:19:01 EDT 2006


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

Modified Files:
	cmFindBase.cxx 
Log Message:
ENH: Clarified search behavior when the objective is not found.


Index: cmFindBase.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindBase.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cmFindBase.cxx	18 Jul 2006 19:21:24 -0000	1.16
+++ cmFindBase.cxx	19 Oct 2006 13:18:59 -0000	1.17
@@ -57,8 +57,13 @@
     ""
     "This command is used to find a SEARCH_XXX_DESC. "
     "A cache entry named by <VAR> is created to store the result "
-    "of this command.  If nothing is found, the result will be "
-    "<VAR>-NOTFOUND.  The name of the SEARCH_XXX that "
+    "of this command.  "
+    "If the SEARCH_XXX is found the result is stored in the variable "
+    "and the search will not be repeated unless the variable is cleared.  "
+    "If nothing is found, the result will be "
+    "<VAR>-NOTFOUND, and the search will be attempted again the "
+    "next time FIND_XXX is invoked with the same variable.  "
+    "The name of the SEARCH_XXX that "
     "is searched for is specified by the names listed "
     "after the NAMES argument.   Additional search locations "
     "can be specified after the PATHS argument.  If ENV var is "



More information about the Cmake-commits mailing list