[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6822-g26ada5d

Stephen Kelly steveire at gmail.com
Tue Jan 7 12:01:34 EST 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  26ada5d7be2a45ee4f48fd2b59ce4c65d1e1bb0b (commit)
       via  22b43fd27003737ebed5d3dfb574e5cddf7b1c0e (commit)
      from  127a2844f00219d0c4c1152f280e6e2dd61ef437 (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=26ada5d7be2a45ee4f48fd2b59ce4c65d1e1bb0b
commit 26ada5d7be2a45ee4f48fd2b59ce4c65d1e1bb0b
Merge: 127a284 22b43fd
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jan 7 12:01:33 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 7 12:01:33 2014 -0500

    Merge topic 'policies' into next
    
    22b43fd Silence IDE warning.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=22b43fd27003737ebed5d3dfb574e5cddf7b1c0e
commit 22b43fd27003737ebed5d3dfb574e5cddf7b1c0e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jan 7 18:00:41 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jan 7 18:01:01 2014 +0100

    Silence IDE warning.

diff --git a/Tests/RunCMake/CMP0043/CMakeLists.txt b/Tests/RunCMake/CMP0043/CMakeLists.txt
index 11ea636..b465c88 100644
--- a/Tests/RunCMake/CMP0043/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0043/CMakeLists.txt
@@ -1,3 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(${RunCMake_TEST} CXX)
 include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
+
+if(CMAKE_BUILD_TYPE)
+  # Dummy variable use
+endif()

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

Summary of changes:
 Tests/RunCMake/CMP0043/CMakeLists.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list