[cmake-commits] hoffman committed cmSetSourceFilesPropertiesCommand.h 1.15 1.16

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 29 21:33:06 EST 2008


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

Modified Files:
	cmSetSourceFilesPropertiesCommand.h 
Log Message:
ENH: fix docs


Index: cmSetSourceFilesPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetSourceFilesPropertiesCommand.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cmSetSourceFilesPropertiesCommand.h	23 Jan 2008 15:27:59 -0000	1.15
+++ cmSetSourceFilesPropertiesCommand.h	1 Mar 2008 02:33:04 -0000	1.16
@@ -69,10 +69,9 @@
         "added to a target.  Obviously, "
         "it must be created (presumably by a custom command) before the "
         "target is built.  "
-        "If the HEADER_FILE_ONLY (boolean) property is true then dependency "
-        "information is not created for that file (this is set "
-        "automatically, based on the file's name's extension and is probably "
-        "only used by Makefiles).  "
+        "If the HEADER_FILE_ONLY (boolean) property is true then the "
+        "file is not compiled.  This is useful if you want to add extra "
+        "non build files to an IDE. "
         "OBJECT_DEPENDS (string) adds dependencies to the object file.  "
         "COMPILE_FLAGS (string) is passed to the compiler as additional "
         "command line arguments when the source file is compiled.  "



More information about the Cmake-commits mailing list