[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2926-g8576fa9
Stephen Kelly
steveire at gmail.com
Tue Jul 2 12:01:38 EDT 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 8576fa931d2302ef5d0eb2e6255ef28f6b3a5ebb (commit)
via 42b12d8ba9417d394b01d2d1f8c0835a1390bec4 (commit)
from eb23af933bd0b96e4e5121745c8e656097f99f9c (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=8576fa931d2302ef5d0eb2e6255ef28f6b3a5ebb
commit 8576fa931d2302ef5d0eb2e6255ef28f6b3a5ebb
Merge: eb23af9 42b12d8
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jul 2 12:01:35 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 2 12:01:35 2013 -0400
Merge topic 'tid-system-argument' into next
42b12d8 Minimum compiler version for this test.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42b12d8ba9417d394b01d2d1f8c0835a1390bec4
commit 42b12d8ba9417d394b01d2d1f8c0835a1390bec4
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jul 2 17:59:07 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jul 2 17:59:07 2013 +0200
Minimum compiler version for this test.
diff --git a/Tests/IncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/CMakeLists.txt
index 23c3dba..13754ea 100644
--- a/Tests/IncludeDirectories/CMakeLists.txt
+++ b/Tests/IncludeDirectories/CMakeLists.txt
@@ -47,7 +47,8 @@ else()
endif()
add_subdirectory(TargetIncludeDirectories)
-if (CMAKE_C_COMPILER_ID STREQUAL GNU OR CMAKE_C_COMPILER_ID STREQUAL Clang)
+if ((CMAKE_C_COMPILER_ID STREQUAL GNU AND CMAKE_C_COMPILER_VERSION VERSION_GREATER 3)
+ OR CMAKE_C_COMPILER_ID STREQUAL Clang)
add_subdirectory(SystemIncludeDirectories)
endif()
-----------------------------------------------------------------------
Summary of changes:
Tests/IncludeDirectories/CMakeLists.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list