[cmake-commits] king committed cmFindPackageCommand.cxx 1.35 1.36

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 29 09:57:41 EST 2008


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

Modified Files:
	cmFindPackageCommand.cxx 
Log Message:
ENH: Added not to find_package documentation about unspecified choice among multiple versions.


Index: cmFindPackageCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.cxx,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- cmFindPackageCommand.cxx	29 Jan 2008 01:38:48 -0000	1.35
+++ cmFindPackageCommand.cxx	29 Jan 2008 14:57:39 -0000	1.36
@@ -187,7 +187,11 @@
     "  <package>_VERSION_MAJOR = major from major[.minor[.patch]], if any\n"
     "  <package>_VERSION_MINOR = minor from major[.minor[.patch]], if any\n"
     "  <package>_VERSION_PATCH = patch from major[.minor[.patch]], if any\n"
-    "and the corresponding package configuration file is loaded."
+    "and the corresponding package configuration file is loaded.  "
+    "When multiple package configuration files are available whose version "
+    "files claim compatibility with the version requested it is unspecified "
+    "which one is chosen.  "
+    "No attempt is made to choose a highest or closest version number."
     "\n"
     "Config mode provides an elaborate interface and search procedure.  "
     "Much of the interface is provided for completeness and for use "



More information about the Cmake-commits mailing list