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 f4f19777c21afbf4ce4c848113fa123cf6a63086 (commit)
via bbe3bff5681ef351aecec7408673d23e072514da (commit)
from a633dec1cb132bb1e47788d6738f4479f19b2644 (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=f4f19777c21afbf4ce4c848113fa123cf6a63086
commit f4f19777c21afbf4ce4c848113fa123cf6a63086
Merge: a633dec bbe3bff
Author: Stephen Kelly <[email protected]>
AuthorDate: Sun Dec 1 14:41:37 2013 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Sun Dec 1 14:41:37 2013 -0500
Merge topic 'target_compile_features' into next
bbe3bff Fix the test conditional.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bbe3bff5681ef351aecec7408673d23e072514da
commit bbe3bff5681ef351aecec7408673d23e072514da
Author: Stephen Kelly <[email protected]>
AuthorDate: Sun Dec 1 20:37:31 2013 +0100
Commit: Stephen Kelly <[email protected]>
CommitDate: Sun Dec 1 20:40:59 2013 +0100
Fix the test conditional.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 0d86cd9..7aa6847 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -415,10 +415,6 @@ if(BUILD_TESTING)
if ((CMAKE_CXX_COMPILER_ID STREQUAL GNU AND NOT CMAKE_CXX_COMPILER_VERSION
VERSION_LESS 4.3)
OR CMAKE_CXX_COMPILER_ID STREQUAL Clang
OR (x${CMAKE_CXX_COMPILER_ID} STREQUAL xMSVC AND NOT MSVC_VERSION
VERSION_LESS 1400))
- set(runCompilerDetectionTest 1)
- endif()
-
- if(CMAKE_CXX_COMPILER_ID STREQUAL Clang)
if(NOT APPLE OR POLICY CMP0025)
set(runCompilerDetectionTest 1)
endif()
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits