[Cmake-commits] [cmake-commits] king committed cmTarget.h 1.132 1.133

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jul 7 10:56:56 EDT 2009


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

Modified Files:
	cmTarget.h 
Log Message:
STYLE: Fix comment on cmTarget::LinkInterface

The comment had a typo and was longer than necessary.


Index: cmTarget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.h,v
retrieving revision 1.132
retrieving revision 1.133
diff -C 2 -d -r1.132 -r1.133
*** cmTarget.h	7 Jul 2009 13:45:29 -0000	1.132
--- cmTarget.h	7 Jul 2009 14:56:51 -0000	1.133
***************
*** 237,243 ****
    bool IsImported() const {return this->IsImportedTarget;}
  
!   /** The link interface specifies the transitive librarty
!       dependencies and other information needed by targets that link
!       to this target.  */
    struct LinkInterface
    {
--- 237,242 ----
    bool IsImported() const {return this->IsImportedTarget;}
  
!   /** The link interface specifies transitive library dependencies and
!       other information needed by targets that link to this target.  */
    struct LinkInterface
    {



More information about the Cmake-commits mailing list