[Cmake-commits] CMake branch, next, updated. v2.8.12.1-4960-g086c1ed

Stephen Kelly steveire at gmail.com
Sat Nov 9 06:50:49 EST 2013


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  086c1ed732ae728813014ffd5629f62ea78ad2a6 (commit)
       via  c128e144c58d4690bb62dabfa7e10581b85e2c5f (commit)
      from  47947adae9786b9ffae31d69dc452ac804e7bbb2 (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=086c1ed732ae728813014ffd5629f62ea78ad2a6
commit 086c1ed732ae728813014ffd5629f62ea78ad2a6
Merge: 47947ad c128e14
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 9 06:50:48 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 9 06:50:48 2013 -0500

    Merge topic 'target_compile_features' into next
    
    c128e14 Print available features for debugging purposes.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c128e144c58d4690bb62dabfa7e10581b85e2c5f
commit c128e144c58d4690bb62dabfa7e10581b85e2c5f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 9 12:49:59 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Nov 9 12:49:59 2013 +0100

    Print available features for debugging purposes.

diff --git a/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake b/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake
index 5d5133e..8408d43 100644
--- a/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake
+++ b/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake
@@ -10,6 +10,8 @@ else()
   set(feature gnuxx_typeof)
 endif()
 
+message("CMAKE_CXX_COMPILE_FEATURES ${CMAKE_CXX_COMPILE_FEATURES}")
+
 add_executable(main empty.cpp)
 
 target_compile_features(main

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

Summary of changes:
 .../no_matching_cxx_feature.cmake                  |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list