[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-412-gd8ab6a7

Stephen Kelly steveire at gmail.com
Tue Jun 9 20:08:27 EDT 2015


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  d8ab6a7b12c2f5c89f20c8c2bc96e0ace161af43 (commit)
       via  2d4b0b35fadb0d16bf4dce27ce358e413d52aea5 (commit)
      from  7855f91d3195cfa79809b807d172f23610b0b18c (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=d8ab6a7b12c2f5c89f20c8c2bc96e0ace161af43
commit d8ab6a7b12c2f5c89f20c8c2bc96e0ace161af43
Merge: 7855f91 2d4b0b3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 9 20:08:25 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 9 20:08:25 2015 -0400

    Merge topic 'fail-on-ancient-policies' into next
    
    2d4b0b35 fixup! fixup! Tests: Update the minimum required cmake version.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d4b0b35fadb0d16bf4dce27ce358e413d52aea5
commit 2d4b0b35fadb0d16bf4dce27ce358e413d52aea5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jun 10 02:08:01 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Jun 10 02:08:01 2015 +0200

    fixup! fixup! Tests: Update the minimum required cmake version.

diff --git a/Tests/VSExternalInclude/Lib1/CMakeLists.txt b/Tests/VSExternalInclude/Lib1/CMakeLists.txt
index 9dfac86..0d08853 100644
--- a/Tests/VSExternalInclude/Lib1/CMakeLists.txt
+++ b/Tests/VSExternalInclude/Lib1/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 3.3)
 set(CMAKE_SUPPRESS_REGENERATION 1)
 project(LIB1)
 
diff --git a/Tests/VSExternalInclude/Lib2/CMakeLists.txt b/Tests/VSExternalInclude/Lib2/CMakeLists.txt
index f451354..017b8fe 100644
--- a/Tests/VSExternalInclude/Lib2/CMakeLists.txt
+++ b/Tests/VSExternalInclude/Lib2/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 3.3)
 set(CMAKE_SUPPRESS_REGENERATION 1)
 project(VSEXTERNAL_LIB2)
 

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

Summary of changes:
 Tests/VSExternalInclude/Lib1/CMakeLists.txt |    1 +
 Tests/VSExternalInclude/Lib2/CMakeLists.txt |    1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list