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 5c4fbdadcb88cc784b36f28117579229b988976e (commit)
via fe46f1b91506ae69d90fe5e4b4ad9ffb865d83b7 (commit)
from da409153cc70c7ef278a7108a969c2ae866af123 (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=5c4fbdadcb88cc784b36f28117579229b988976e
commit 5c4fbdadcb88cc784b36f28117579229b988976e
Merge: da40915 fe46f1b
Author: Stephen Kelly <[email protected]>
AuthorDate: Fri Nov 22 09:17:14 2013 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Fri Nov 22 09:17:14 2013 -0500
Merge topic 'target_compile_features' into next
fe46f1b Get more debug information.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fe46f1b91506ae69d90fe5e4b4ad9ffb865d83b7
commit fe46f1b91506ae69d90fe5e4b4ad9ffb865d83b7
Author: Stephen Kelly <[email protected]>
AuthorDate: Fri Nov 22 15:16:39 2013 +0100
Commit: Stephen Kelly <[email protected]>
CommitDate: Fri Nov 22 15:16:39 2013 +0100
Get more debug information.
diff --git a/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
b/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
index 0ff0580..f07274e 100644
--- a/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.8.12)
cmake_policy(SET CMP0025 NEW)
project(target_compile_features)
+set(CMAKE_VERBOSE_MAKEFILE ON)
+
if (CMAKE_CXX_COMPILER_ID STREQUAL GNU
OR CMAKE_CXX_COMPILER_ID STREQUAL Clang)
add_executable(gnuxx_typeof_test gnuxx_typeof_test.cpp)
diff --git a/Tests/SystemInformation/SystemInformation.in
b/Tests/SystemInformation/SystemInformation.in
index 69af703..766a6db 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -22,6 +22,10 @@ CMAKE_C_COMPILER_VERSION == "${CMAKE_C_COMPILER_VERSION}"
CMAKE_CXX_COMPILER_ID == "${CMAKE_CXX_COMPILER_ID}"
CMAKE_CXX_COMPILER_VERSION == "${CMAKE_CXX_COMPILER_VERSION}"
CMAKE_CXX_COMPILE_FEATURES == "${CMAKE_CXX_COMPILE_FEATURES}"
+CMAKE_CXX98_COMPILE_FEATURES == "${CMAKE_CXX98_COMPILE_FEATURES}"
+CMAKE_CXX98_COMPILE_EXTENSIONS == "${CMAKE_CXX98_COMPILE_EXTENSIONS}"
+CMAKE_CXX11_COMPILE_FEATURES == "${CMAKE_CXX11_COMPILE_FEATURES}"
+CMAKE_CXX11_COMPILE_EXTENSIONS == "${CMAKE_CXX11_COMPILE_EXTENSIONS}"
// C shared library flag
CMAKE_SHARED_LIBRARY_C_FLAGS == "${CMAKE_SHARED_LIBRARY_C_FLAGS}"
-----------------------------------------------------------------------
Summary of changes:
.../target_compile_features/CMakeLists.txt | 2 ++
Tests/SystemInformation/SystemInformation.in | 4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits