[Cmake-commits] [cmake-commits] hoffman committed cmIncludeExternalMSProjectCommand.h 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 21 14:57:09 EST 2008


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

Modified Files:
	cmIncludeExternalMSProjectCommand.h 
Log Message:
BUG: fix for 8123 documentation issue


Index: cmIncludeExternalMSProjectCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIncludeExternalMSProjectCommand.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** cmIncludeExternalMSProjectCommand.h	23 Jan 2008 15:27:59 -0000	1.8
--- cmIncludeExternalMSProjectCommand.h	21 Nov 2008 19:57:07 -0000	1.9
***************
*** 67,71 ****
        "                             dep1 dep2 ...)\n"
        "Includes an external Microsoft project in the generated workspace "
!       "file.  Currently does nothing on UNIX.";
      }
    
--- 67,74 ----
        "                             dep1 dep2 ...)\n"
        "Includes an external Microsoft project in the generated workspace "
!       "file.  Currently does nothing on UNIX. This will create a "
!       "target named INCLUDE_EXTERNAL_MSPROJECT_[projectname].  This can "
!       "be used in the add_dependencies command to make things depend "
!       "on the external project.";
      }
    



More information about the Cmake-commits mailing list