[Cmake-commits] CMake branch, next, updated. v2.8.11-2184-gbaa1395
Stephen Kelly
steveire at gmail.com
Thu May 23 13:34:11 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 baa1395fc9195786cd14872366ba92fa85e67478 (commit)
via 25ca6e16373114e7f79f148bd5bd85582f3c662c (commit)
from 8cbb11de8f1df8ea09a221c65a1ad95910c49eac (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=baa1395fc9195786cd14872366ba92fa85e67478
commit baa1395fc9195786cd14872366ba92fa85e67478
Merge: 8cbb11d 25ca6e1
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 23 13:34:08 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 23 13:34:08 2013 -0400
Merge topic 'geh-cleanup-identifiers' into next
25ca6e1 Exclude Borland from this test.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=25ca6e16373114e7f79f148bd5bd85582f3c662c
commit 25ca6e16373114e7f79f148bd5bd85582f3c662c
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 23 19:33:13 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 23 19:33:13 2013 +0200
Exclude Borland from this test.
It seems to use characters which do not work well with it.
diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index 1e229e0..cc954ff 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -168,7 +168,9 @@ add_subdirectory(lib_shared_and_statictest)
add_subdirectory(override_symbol)
add_subdirectory(nodeprecated)
add_subdirectory(prefix)
-add_subdirectory(c_identifier)
+if(NOT BORLAND)
+ add_subdirectory(c_identifier)
+endif()
if (CMAKE_COMPILER_IS_GNUCXX OR (${CMAKE_CXX_COMPILER_ID} MATCHES Clang))
# We deliberately call deprecated methods, and test for that elsewhere.
-----------------------------------------------------------------------
Summary of changes:
Tests/Module/GenerateExportHeader/CMakeLists.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list