[Cmake-commits] [cmake-commits] king committed cmFindPackageCommand.cxx 1.66 1.67

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 4 13:14:59 EST 2009


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

Modified Files:
	cmFindPackageCommand.cxx 
Log Message:
Document and test find_package <pkg>_DIR env var

The find_package(<pkg>) command checks the <pkg>_DIR environment
variable.  This commit documents and tests the feature.


Index: cmFindPackageCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.cxx,v
retrieving revision 1.66
retrieving revision 1.67
diff -C 2 -d -r1.66 -r1.67
*** cmFindPackageCommand.cxx	7 Oct 2009 18:37:30 -0000	1.66
--- cmFindPackageCommand.cxx	4 Nov 2009 18:14:51 -0000	1.67
***************
*** 269,272 ****
--- 269,273 ----
      "These are intended to be set in the user's shell configuration.  "
      "This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed.\n"
+     "   <package>_DIR\n"
      "   CMAKE_PREFIX_PATH\n"
      "   CMAKE_FRAMEWORK_PATH\n"



More information about the Cmake-commits mailing list