[Cmake-commits] [cmake-commits] hoffman committed cmTarget.h 1.113 1.114

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 8 16:13:45 EDT 2008


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

Modified Files:
	cmTarget.h 
Log Message:
ENH: remove qualifier from .h file 


Index: cmTarget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -C 2 -d -r1.113 -r1.114
*** cmTarget.h	8 Apr 2008 04:06:46 -0000	1.113
--- cmTarget.h	8 Apr 2008 20:13:43 -0000	1.114
***************
*** 472,476 ****
    // Get the full path to the target output directory.
    std::string GetOutputDir(bool implib);
!   std::string const& cmTarget::ComputeBaseOutputDir(bool implib);
  
    const char* ImportedGetLocation(const char* config);
--- 472,476 ----
    // Get the full path to the target output directory.
    std::string GetOutputDir(bool implib);
!   std::string const& ComputeBaseOutputDir(bool implib);
  
    const char* ImportedGetLocation(const char* config);



More information about the Cmake-commits mailing list