[cmake-commits] hoffman committed cmSetSourceFilesPropertiesCommand.h 1.9.2.2 1.9.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 9 15:31:37 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	cmSetSourceFilesPropertiesCommand.h 
Log Message:
ENH: merge in doc change from head


Index: cmSetSourceFilesPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetSourceFilesPropertiesCommand.h,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -d -r1.9.2.2 -r1.9.2.3
--- cmSetSourceFilesPropertiesCommand.h	13 Oct 2006 14:52:06 -0000	1.9.2.2
+++ cmSetSourceFilesPropertiesCommand.h	9 Aug 2007 19:31:35 -0000	1.9.2.3
@@ -74,7 +74,10 @@
         "only used by Makefiles).  "
         "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.  "
+        "command line arguments when the source file is compiled.  " 
+        "LANGUAGE (string) CXX|C will change the default compiler used "
+        "to compile the source file. The languages used need to be enabled " 
+        "in the PROJECT command. "
         "If SYMBOLIC (boolean) is set to true the build system will be "
         "informed that the source file is not actually created on disk but "
         "instead used as a symbolic name for a build rule.";



More information about the Cmake-commits mailing list