[cmake-commits] hoffman committed cmSubdirCommand.h 1.18 1.19
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jan 25 17:05:57 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1983
Modified Files:
cmSubdirCommand.h
Log Message:
BUG: remove early ;
Index: cmSubdirCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSubdirCommand.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmSubdirCommand.h 24 Jan 2007 18:45:42 -0000 1.18
+++ cmSubdirCommand.h 25 Jan 2007 22:05:55 -0000 1.19
@@ -62,7 +62,7 @@
virtual const char* GetFullDocumentation()
{
return
- "Add a list of subdirectories to the build.\n";
+ "Add a list of subdirectories to the build.\n"
" SUBDIRS(dir1 dir2 ..."
"[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] )\n"
"Add a list of subdirectories to the build. The ADD_SUBDIRECTORY "
More information about the Cmake-commits
mailing list