[Cmake-commits] CMake branch, next, updated. v3.0.2-5519-g40229e8

Stephen Kelly steveire at gmail.com
Mon Sep 29 17:33:33 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  40229e8a58c0b34706e0ae8b7bfc58a4d4fce853 (commit)
       via  7a36fd99f5144a4263072b8aaa263dc219ba2bff (commit)
      from  b954d88fecb2989b13daa353721fde361635062b (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=40229e8a58c0b34706e0ae8b7bfc58a4d4fce853
commit 40229e8a58c0b34706e0ae8b7bfc58a4d4fce853
Merge: b954d88 7a36fd9
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Sep 29 17:33:32 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 29 17:33:32 2014 -0400

    Merge topic 'autorcc-depends' into next
    
    7a36fd99 Add extra debug message.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7a36fd99f5144a4263072b8aaa263dc219ba2bff
commit 7a36fd99f5144a4263072b8aaa263dc219ba2bff
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Sep 29 23:31:15 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Sep 29 23:31:15 2014 +0200

    Add extra debug message.

diff --git a/Tests/QtAutogen/CMakeLists.txt b/Tests/QtAutogen/CMakeLists.txt
index b344a26..c7815f6 100644
--- a/Tests/QtAutogen/CMakeLists.txt
+++ b/Tests/QtAutogen/CMakeLists.txt
@@ -135,6 +135,8 @@ if (NOT CMAKE_GENERATOR STREQUAL Ninja)
       if (EXISTS ${_info_file})
         set(info_file ${_info_file})
         break()
+      else()
+        message("Does not exist: ${CMAKE_CURRENT_BINARY_DIR}/autorcc_depends/info_file_${_config}.txt")
       endif()
     endforeach()
     if (NOT info_file)

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

Summary of changes:
 Tests/QtAutogen/CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list