[Cmake-commits] CMake branch, next, updated. v2.8.4-1878-g2c2a73c

Alexander Neundorf neundorf at kde.org
Tue Jul 12 16:41:00 EDT 2011


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  2c2a73ccfc3353e699411e4216d59c619f8fcd7a (commit)
       via  d6b9df409c98b2c859d79bf67f866387e3392ed6 (commit)
       via  39a9403a7099f1fa5baf817f32dac9959a7cee21 (commit)
       via  dabdf9248faa2c2b70f962e79527d827b3339307 (commit)
       via  349c5c216040474b8cf931235914bdb50f0be0f7 (commit)
       via  57109cb67f6072443e8ce3a2939bb5854fb089ae (commit)
      from  e9e38acbb3f7b7e062aaee2a8a46ac488fd32cdc (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=2c2a73ccfc3353e699411e4216d59c619f8fcd7a
commit 2c2a73ccfc3353e699411e4216d59c619f8fcd7a
Merge: e9e38ac d6b9df4
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Tue Jul 12 16:40:56 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 12 16:40:56 2011 -0400

    Merge topic 'MinorImprovementToTryCompileDocs' into next
    
    d6b9df4 Minor fix to try_compile() docs (#12333)
    39a9403 KWSys Nightly Date Stamp
    dabdf92 KWSys Nightly Date Stamp
    349c5c2 KWSys Nightly Date Stamp
    57109cb KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d6b9df409c98b2c859d79bf67f866387e3392ed6
commit d6b9df409c98b2c859d79bf67f866387e3392ed6
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Jul 12 22:37:38 2011 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Jul 12 22:37:38 2011 +0200

    Minor fix to try_compile() docs (#12333)
    
    Alex

diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h
index 9923d03..0d57633 100644
--- a/Source/cmTryCompileCommand.h
+++ b/Source/cmTryCompileCommand.h
@@ -25,7 +25,7 @@ public:
   /**
    * This is a virtual constructor for the command.
    */
-  virtual cmCommand* Clone() 
+  virtual cmCommand* Clone()
     {
     return new cmTryCompileCommand;
     }
@@ -45,7 +45,7 @@ public:
   /**
    * Succinct documentation.
    */
-  virtual const char* GetTerseDocumentation() 
+  virtual const char* GetTerseDocumentation()
     {
     return "Try building some code.";
     }
@@ -102,14 +102,15 @@ public:
       "In both versions of the command, "
       "if OUTPUT_VARIABLE is specified, then the "
       "output from the build process is stored in the given variable. "
-      "Return the success or failure in "
+      "The success or failure of the try_compile, i.e. TRUE or FALSE "
+      "respectively, is returned in "
       "RESULT_VAR. CMAKE_FLAGS can be used to pass -DVAR:TYPE=VALUE flags "
       "to the cmake that is run during the build. "
       "Set variable CMAKE_TRY_COMPILE_CONFIGURATION to choose a build "
       "configuration."
       ;
     }
-  
+
   cmTypeMacro(cmTryCompileCommand, cmCoreTryCompile);
 
 };

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

Summary of changes:
 Source/cmTryCompileCommand.h      |    9 +++++----
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list