[Cmake-commits] [cmake-commits] king committed cmFindPackageCommand.cxx 1.55 1.56

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 15 16:16:22 EST 2009


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

Modified Files:
	cmFindPackageCommand.cxx 
Log Message:
BUG: Fix find_package docs for refind feature

Recently we taught find_package to re-find a package configuration file
if it is given a wrong answer.  This fixes the documentation to reflect
the change.


Index: cmFindPackageCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.cxx,v
retrieving revision 1.55
retrieving revision 1.56
diff -C 2 -d -r1.55 -r1.56
*** cmFindPackageCommand.cxx	8 Jan 2009 22:57:52 -0000	1.55
--- cmFindPackageCommand.cxx	15 Jan 2009 21:16:19 -0000	1.56
***************
*** 156,161 ****
      "is not found a fatal error is generated and the configure step stops "
      "executing.  If <package>_DIR has been set to a directory not containing "
!     "a configuration file a fatal error is always generated because user "
!     "intervention is required."
      "\n"
      "When the [version] argument is given Config mode will only find a "
--- 156,160 ----
      "is not found a fatal error is generated and the configure step stops "
      "executing.  If <package>_DIR has been set to a directory not containing "
!     "a configuration file CMake will ignore it and search from scratch."
      "\n"
      "When the [version] argument is given Config mode will only find a "



More information about the Cmake-commits mailing list