[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1829-g6569fd2
Stephen Kelly
steveire at gmail.com
Thu Apr 3 16:49:20 EDT 2014
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 6569fd2027d78dd798087a191c5375bd70eb813c (commit)
via 73bdbe7166fee3e599fc9ed4dad607865193055d (commit)
from 853b8d4f69b8d79f3ba8f4b57d5264c1fd843eb7 (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=6569fd2027d78dd798087a191c5375bd70eb813c
commit 6569fd2027d78dd798087a191c5375bd70eb813c
Merge: 853b8d4 73bdbe7
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Apr 3 16:49:20 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 3 16:49:20 2014 -0400
Merge topic 'install-prefix-in-interface' into next
73bdbe71 Fix messages.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=73bdbe7166fee3e599fc9ed4dad607865193055d
commit 73bdbe7166fee3e599fc9ed4dad607865193055d
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Apr 3 22:49:00 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Apr 3 22:49:00 2014 +0200
Fix messages.
diff --git a/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt b/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt
index 5800dcb..f6d408c 100644
--- a/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt
+++ b/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt
@@ -1,5 +1,5 @@
CMake Warning \(dev\) in CMakeLists.txt:
- Policy CMP0052 is not set: Disallow source and binary directories in
+ Policy CMP0052 is not set: Reject source and build dirs in installed
INTERFACE_INCLUDE_DIRECTORIES. Run "cmake --help-policy CMP0052" for
policy details. Use the cmake_policy command to set the policy and
suppress this warning.
diff --git a/Tests/RunCMake/include_directories/SrcInInstallPrefix-CMP0052-WARN-stderr.txt b/Tests/RunCMake/include_directories/SrcInInstallPrefix-CMP0052-WARN-stderr.txt
index 6d956bf..78710c0 100644
--- a/Tests/RunCMake/include_directories/SrcInInstallPrefix-CMP0052-WARN-stderr.txt
+++ b/Tests/RunCMake/include_directories/SrcInInstallPrefix-CMP0052-WARN-stderr.txt
@@ -1,5 +1,5 @@
CMake Warning \(dev\) in CMakeLists.txt:
- Policy CMP0052 is not set: Disallow source and binary directories in
+ Policy CMP0052 is not set: Reject source and build dirs in installed
INTERFACE_INCLUDE_DIRECTORIES. Run "cmake --help-policy CMP0052" for
policy details. Use the cmake_policy command to set the policy and
suppress this warning.
-----------------------------------------------------------------------
Summary of changes:
.../include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt | 2 +-
.../include_directories/SrcInInstallPrefix-CMP0052-WARN-stderr.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list