[Cmake-commits] CMake branch, next, updated. v2.8.3-1033-g7b74942

Bill Hoffman bill.hoffman at kitware.com
Mon Dec 20 15:48:28 EST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  7b74942a96ada709ace7b4b4a0cf7c6e50bd08b8 (commit)
       via  afbfb7ac1d1419062fe9563f7bfddf6da8f39029 (commit)
      from  6f38d6f0a00b5edba11dcd79445b4675f9d29077 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b74942a96ada709ace7b4b4a0cf7c6e50bd08b8
commit 7b74942a96ada709ace7b4b4a0cf7c6e50bd08b8
Merge: 6f38d6f afbfb7a
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Dec 20 15:48:27 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 20 15:48:27 2010 -0500

    Merge topic 'fix_docs_for_language_property' into next
    
    afbfb7a Add more documentation for LANGUAGE property.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=afbfb7ac1d1419062fe9563f7bfddf6da8f39029
commit afbfb7ac1d1419062fe9563f7bfddf6da8f39029
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Dec 20 15:46:11 2010 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Mon Dec 20 15:46:11 2010 -0500

    Add more documentation for LANGUAGE property.
    
    Make it clear that if you set the language on a file, it will be compiled.

diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx
index b793cd5..26328cf 100644
--- a/Source/cmSourceFile.cxx
+++ b/Source/cmSourceFile.cxx
@@ -472,7 +472,9 @@ void cmSourceFile::DefineProperties(cmake *cm)
      "What programming language is the file.",
      "A property that can be set to indicate what programming language "
      "the source file is. If it is not set the language is determined "
-     "based on the file extension. Typical values are CXX C etc.");
+     "based on the file extension. Typical values are CXX C etc. Setting "
+     "this property for a file means this file will be compiled. "
+     "Do not set this for header or files that should not be compiled.");
 
   cm->DefineProperty
     ("LOCATION", cmProperty::SOURCE_FILE, 

-----------------------------------------------------------------------

Summary of changes:
 Source/cmSourceFile.cxx |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list