[cmake-commits] alex committed cmFindPackageCommand.h 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 7 16:27:01 EDT 2007


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

Modified Files:
	cmFindPackageCommand.h 
Log Message:

COMP: also commit the header...

Alex


Index: cmFindPackageCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cmFindPackageCommand.h	19 Jul 2007 15:13:01 -0000	1.12
+++ cmFindPackageCommand.h	7 Aug 2007 20:26:59 -0000	1.13
@@ -93,6 +93,8 @@
   
   cmTypeMacro(cmFindPackageCommand, cmCommand);
 private:
+  void AppendSuccessInformation(bool quiet);
+  void AppendToProperty(const char* propertyName);
   bool FindModule(bool& found, bool quiet, bool required);
   bool FindConfig();
   std::string SearchForConfig() const;



More information about the Cmake-commits mailing list