[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-424-g83ef27f

Stephen Kelly steveire at gmail.com
Wed Jun 10 16:47:43 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  83ef27fdf1bb1c23a1bf57d27cc4dad3f1f4a729 (commit)
       via  7eba9a95f811b63b4ddca88ba320de03280fb640 (commit)
      from  4d73673ff03d1f60314eac2fde5db6483db2de1c (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=83ef27fdf1bb1c23a1bf57d27cc4dad3f1f4a729
commit 83ef27fdf1bb1c23a1bf57d27cc4dad3f1f4a729
Merge: 4d73673 7eba9a9
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jun 10 16:47:42 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 10 16:47:42 2015 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7eba9a95f811b63b4ddca88ba320de03280fb640
commit 7eba9a95f811b63b4ddca88ba320de03280fb640
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jun 10 22:45:18 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Jun 10 22:45:18 2015 +0200

    fixup! Tests: Update the minimum required cmake version.

diff --git a/Tests/Simple/CMakeLists.txt b/Tests/Simple/CMakeLists.txt
index a951c2d..79ff071 100644
--- a/Tests/Simple/CMakeLists.txt
+++ b/Tests/Simple/CMakeLists.txt
@@ -1,4 +1,5 @@
 # a simple test case
+cmake_minimum_required (VERSION 3.3)
 project (Simple)
 
 add_executable (Simple simple.cxx)

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

Summary of changes:
 Tests/Simple/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list