[Cmake-commits] CMake branch, next, updated. v2.8.2-1029-g0fe364f

Ben Boeckel ben.boeckel at kitware.com
Thu Oct 7 12:29:11 EDT 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  0fe364f8aa695630ab52dc5e07da186cc8b3ada2 (commit)
       via  8dbb2090a2fac15f61710afef9887e224c1c7f72 (commit)
      from  7143d44ef520df02e33ef23ceb57a3f4e99dbfb6 (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=0fe364f8aa695630ab52dc5e07da186cc8b3ada2
commit 0fe364f8aa695630ab52dc5e07da186cc8b3ada2
Merge: 7143d44 8dbb209
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Thu Oct 7 12:29:10 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 7 12:29:10 2010 -0400

    Merge topic 'dev/strict-mode' into next
    
    8dbb209 Wrong boolean value for CLI warnings


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8dbb2090a2fac15f61710afef9887e224c1c7f72
commit 8dbb2090a2fac15f61710afef9887e224c1c7f72
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Thu Oct 7 12:28:25 2010 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Thu Oct 7 12:28:25 2010 -0400

    Wrong boolean value for CLI warnings

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index ed34569..15c5370 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2812,7 +2812,7 @@ int cmMakefile::TryCompile(const char *srcdir, const char *bindir,
     {
     // FIXME: Workaround to ignore unused CLI variables until the
     // 'ArgumentExpansion' test succeeds with CMAKE_STRICT on
-    cm.SetWarnUnusedCli(true);
+    cm.SetWarnUnusedCli(false);
     //cm.SetArgs(*cmakeArgs, true);
 
     cm.SetCacheArgs(*cmakeArgs);

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

Summary of changes:
 Source/cmMakefile.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list