[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1652-g737e1d4

Stephen Kelly steveire at gmail.com
Fri Jan 18 12:57:00 EST 2013


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  737e1d4e3570ec49682e4007452ecbf443adb2be (commit)
       via  f73daa223ee4feba4d7f0f2bb5dcce7d631912f1 (commit)
      from  ea7b519b76b90199f3ba918dc86ef83d3d292c5f (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=737e1d4e3570ec49682e4007452ecbf443adb2be
commit 737e1d4e3570ec49682e4007452ecbf443adb2be
Merge: ea7b519 f73daa2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jan 18 12:56:57 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 18 12:56:57 2013 -0500

    Merge topic 'qt4-autolink-qtmain' into next
    
    f73daa2 Note that policy CMP0020 is only effective on Windows.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f73daa223ee4feba4d7f0f2bb5dcce7d631912f1
commit f73daa223ee4feba4d7f0f2bb5dcce7d631912f1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jan 18 18:49:26 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jan 18 18:49:26 2013 +0100

    Note that policy CMP0020 is only effective on Windows.

diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 9ab84ff..831e92e 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -511,7 +511,7 @@ cmPolicies::cmPolicies()
 
   this->DefinePolicy(
     CMP0020, "CMP0020",
-    "Automatically link Qt executables to qtmain target.",
+    "Automatically link Qt executables to qtmain target on Windows.",
     "CMake 2.8.10 and lower required users of Qt to always specify a link "
     "dependency to the qtmain.lib static library manually on Windows.  CMake "
     "2.8.11 gained the ability to evaluate generator expressions while "

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list