[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2100-g5d615d4
Stephen Kelly
steveire at gmail.com
Tue Apr 8 05:04:53 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 5d615d4077b02972332008e5bbf2cd53ee92695c (commit)
via 0a42151cf21992b53088c5d659964795075882a1 (commit)
from 536e0ce89c7bd4bcea0b4e658b4112c4f00e544c (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=5d615d4077b02972332008e5bbf2cd53ee92695c
commit 5d615d4077b02972332008e5bbf2cd53ee92695c
Merge: 536e0ce 0a42151
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Apr 8 05:04:53 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 8 05:04:53 2014 -0400
Merge topic 'target_compile_features' into next
0a42151c Set the AppleClang policy.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0a42151cf21992b53088c5d659964795075882a1
commit 0a42151cf21992b53088c5d659964795075882a1
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Apr 8 11:03:34 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Apr 8 11:03:34 2014 +0200
Set the AppleClang policy.
Don't bump the required version, setting all recent policies.
diff --git a/Tests/ExportImport/Import/CMakeLists.txt b/Tests/ExportImport/Import/CMakeLists.txt
index 229e579..189f7a2 100644
--- a/Tests/ExportImport/Import/CMakeLists.txt
+++ b/Tests/ExportImport/Import/CMakeLists.txt
@@ -1,4 +1,5 @@
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required (VERSION 2.7.20090711)
+cmake_policy(SET CMP0025 NEW)
project(Import C CXX)
# Import everything in a subdirectory.
-----------------------------------------------------------------------
Summary of changes:
Tests/ExportImport/Import/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list