[Cmake-commits] [cmake-commits] martink committed cmSubdirCommand.h 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 3 15:58:24 EDT 2009


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

Modified Files:
	cmSubdirCommand.h 
Log Message:
some white space fixes for the book


Index: cmSubdirCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSubdirCommand.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** cmSubdirCommand.h	3 Sep 2009 19:29:29 -0000	1.22
--- cmSubdirCommand.h	3 Sep 2009 19:58:22 -0000	1.23
***************
*** 66,70 ****
        "Add a list of subdirectories to the build.\n"
        "  subdirs(dir1 dir2 ..."
!       "[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]\n
        "          [PREORDER] )\n"
        "Add a list of subdirectories to the build. The add_subdirectory "
--- 66,70 ----
        "Add a list of subdirectories to the build.\n"
        "  subdirs(dir1 dir2 ..."
!       "[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]\n"
        "          [PREORDER] )\n"
        "Add a list of subdirectories to the build. The add_subdirectory "



More information about the Cmake-commits mailing list