[Cmake-commits] CMake branch, next, updated. v3.8.0-721-g61706c2

Kitware Robot kwrobot at kitware.com
Tue Apr 11 15:45:02 EDT 2017


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  61706c2fcde182f6e13c001ee76f7762583c1fb6 (commit)
       via  5a53e18e244a629cf5a06027400eea269730365c (commit)
       via  93542c897d7f8fddcfe5e3eb26591c76c922e403 (commit)
      from  5e753dc16b6bd05bbc54f5ef0f7d3b9fe2cdf485 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=61706c2fcde182f6e13c001ee76f7762583c1fb6
commit 61706c2fcde182f6e13c001ee76f7762583c1fb6
Merge: 5e753dc 5a53e18
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 11 19:37:11 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Apr 11 15:37:15 2017 -0400

    Stage topic 'update-kwiml'
    
    Topic-id: 23605
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/690


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5a53e18e244a629cf5a06027400eea269730365c
commit 5a53e18e244a629cf5a06027400eea269730365c
Merge: ff4fa70 93542c8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 11 15:32:48 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 11 15:32:48 2017 -0400

    Merge branch 'upstream-KWIML' into update-kwiml
    
    * upstream-KWIML:
      KWIML 2017-04-11 (ffc22537)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=93542c897d7f8fddcfe5e3eb26591c76c922e403
commit 93542c897d7f8fddcfe5e3eb26591c76c922e403
Author:     KWIML Upstream <kwrobot at kitware.com>
AuthorDate: Tue Apr 11 15:30:20 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 11 15:32:48 2017 -0400

    KWIML 2017-04-11 (ffc22537)
    
    Code extracted from:
    
        https://gitlab.kitware.com/utils/kwiml.git
    
    at commit ffc22537fabc40548b3de4a759303caaeea83646 (master).
    
    Upstream Shortlog
    -----------------
    
    Daniel Pfeifer (1):
          ffc22537 test: Disable include-what-you-use

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 1bf93bb..40fe62f 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -38,6 +38,8 @@ endif()
 
 add_executable(kwiml_test ${test_srcs})
 set_property(TARGET kwiml_test PROPERTY COMPILE_DEFINITIONS ${test_defs})
+set_property(TARGET kwiml_test PROPERTY C_INCLUDE_WHAT_YOU_USE "")
+set_property(TARGET kwiml_test PROPERTY CXX_INCLUDE_WHAT_YOU_USE "")
 set_property(TARGET kwiml_test PROPERTY
   RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
 add_test(NAME ${KWIML_TEST_PREFIX}.test COMMAND kwiml_test)

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

Summary of changes:
 Utilities/KWIML/test/CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list