[Cmake-commits] CMake branch, next, updated. v3.5.2-1191-gee6e6f5

Brad King brad.king at kitware.com
Mon May 2 15:15:47 EDT 2016


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  ee6e6f51d312e0fffed749552eb73be654a061d9 (commit)
       via  ace026a0b8f1c051827f3ad848bc62426ba06b91 (commit)
      from  db28625d0c9467c47de38e41e60baca7724f8b85 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ee6e6f51d312e0fffed749552eb73be654a061d9
commit ee6e6f51d312e0fffed749552eb73be654a061d9
Merge: db28625 ace026a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 2 15:15:47 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 2 15:15:47 2016 -0400

    Merge topic 'doc-cmake-policies-manual-improvements' into next
    
    ace026a0 fixup! CMP0059: Fix typo in policy description


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ace026a0b8f1c051827f3ad848bc62426ba06b91
commit ace026a0b8f1c051827f3ad848bc62426ba06b91
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 2 15:15:35 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon May 2 15:15:35 2016 -0400

    fixup! CMP0059: Fix typo in policy description

diff --git a/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt b/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt
index 4e04d15..06c7be3 100644
--- a/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt
+++ b/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt
@@ -1,5 +1,5 @@
 CMake Warning \(dev\) at CMP0059-WARN.cmake:6 \(get_property\):
-  Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
+  Policy CMP0059 is not set: Do not treat DEFINITIONS as a built-in directory
   property.  Run "cmake --help-policy CMP0059" for policy details.  Use the
   cmake_policy command to set the policy and suppress this warning.
 Call Stack \(most recent call first\):
@@ -8,7 +8,7 @@ This warning is for project developers.  Use -Wno-dev to suppress it.
 
 DEFS: -DSOME_DEF
 CMake Warning \(dev\) at CMP0059-WARN.cmake:14 \(get_property\):
-  Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
+  Policy CMP0059 is not set: Do not treat DEFINITIONS as a built-in directory
   property.  Run "cmake --help-policy CMP0059" for policy details.  Use the
   cmake_policy command to set the policy and suppress this warning.
 Call Stack \(most recent call first\):

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

Summary of changes:
 Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list