[Cmake-commits] [cmake-commits] alex committed cmFindPackageCommand.h 1.23 1.24 cmFindPackageCommand.cxx 1.42 1.43

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Sep 7 06:52:08 EDT 2008


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

Modified Files:
	cmFindPackageCommand.h cmFindPackageCommand.cxx 
Log Message:
COMP: fix compile warning/error (non-void function returning void)

Alex


Index: cmFindPackageCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** cmFindPackageCommand.h	6 Sep 2008 23:10:02 -0000	1.23
--- cmFindPackageCommand.h	7 Sep 2008 10:52:06 -0000	1.24
***************
*** 74,78 ****
    void AppendSuccessInformation();
    void AppendToProperty(const char* propertyName);
!   bool SetModuleVariables(const std::string& components);
    bool FindModule(bool& found);
    bool HandlePackageMode();
--- 74,78 ----
    void AppendSuccessInformation();
    void AppendToProperty(const char* propertyName);
!   void SetModuleVariables(const std::string& components);
    bool FindModule(bool& found);
    bool HandlePackageMode();

Index: cmFindPackageCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.cxx,v
retrieving revision 1.42
retrieving revision 1.43
diff -C 2 -d -r1.42 -r1.43
*** cmFindPackageCommand.cxx	6 Sep 2008 23:10:02 -0000	1.42
--- cmFindPackageCommand.cxx	7 Sep 2008 10:52:06 -0000	1.43
***************
*** 534,538 ****
  
  //----------------------------------------------------------------------------
! bool cmFindPackageCommand::SetModuleVariables(const std::string& components)
  {
    // Store the list of components.
--- 534,538 ----
  
  //----------------------------------------------------------------------------
! void cmFindPackageCommand::SetModuleVariables(const std::string& components)
  {
    // Store the list of components.



More information about the Cmake-commits mailing list