[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5071-g2bd1a28
Stephen Kelly
steveire at gmail.com
Tue Nov 12 05:41:20 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 2bd1a28dbd3b4304bed20f07d3e5f6e5581c4486 (commit)
via 03c4f03b2e720edb804f28780180ecabfdda941e (commit)
from 47e794938bc02d8573192447d61ccff4bce4256c (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=2bd1a28dbd3b4304bed20f07d3e5f6e5581c4486
commit 2bd1a28dbd3b4304bed20f07d3e5f6e5581c4486
Merge: 47e7949 03c4f03
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 12 05:41:18 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 12 05:41:18 2013 -0500
Merge topic 'target_compile_features' into next
03c4f03 Set CMP0025 to NEW in this test.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=03c4f03b2e720edb804f28780180ecabfdda941e
commit 03c4f03b2e720edb804f28780180ecabfdda941e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 12 11:40:31 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Nov 12 11:40:31 2013 +0100
Set CMP0025 to NEW in this test.
Hopefully get compile features properly recorded then.
diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt
index 838fd4a..1f88e15 100644
--- a/Tests/SystemInformation/CMakeLists.txt
+++ b/Tests/SystemInformation/CMakeLists.txt
@@ -1,4 +1,5 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 2.8.12)
+cmake_policy(SET CMP0025 NEW)
project(SystemInformation)
include_directories("This does not exists")
-----------------------------------------------------------------------
Summary of changes:
Tests/SystemInformation/CMakeLists.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list