[Cmake-commits] CMake branch, next, updated. v2.8.6-1523-g606b285
Stephen Kelly
steveire at gmail.com
Fri Oct 7 10:57:01 EDT 2011
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 606b2850dff8317f1e6c1bf4a2fcd8e0621bdaaa (commit)
via e8037e786669a2c6d73b0513a6358b7a19d73fe4 (commit)
from 7a1e8ec3d8c8f1cbb06f9b1e08a210e733bf7f6c (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=606b2850dff8317f1e6c1bf4a2fcd8e0621bdaaa
commit 606b2850dff8317f1e6c1bf4a2fcd8e0621bdaaa
Merge: 7a1e8ec e8037e7
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 7 10:56:59 2011 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 7 10:56:59 2011 -0400
Merge topic 'cmake-link-interface-libraries' into next
e8037e7 Add check for -Wl,--no-undefined
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8037e786669a2c6d73b0513a6358b7a19d73fe4
commit e8037e786669a2c6d73b0513a6358b7a19d73fe4
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 7 16:54:31 2011 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 7 16:54:31 2011 +0200
Add check for -Wl,--no-undefined
Hopefully we can extract more compiler warnings from it.
diff --git a/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt b/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt
index 77f5006..ab934e4 100644
--- a/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt
+++ b/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt
@@ -57,6 +57,11 @@ else()
message("Unhandled Platform")
endif()
+
+check_cxx_compiler_flag(-Wl,--no-undefined HAS_NO_UNDEFINED)
+
+message("HAS_NO_UNDEFINED: ${HAS_NO_UNDEFINED}\n\nCOMPILE OUTPUT:\n${OUTPUT}")
+
#
# This is a no-op executable... If this test is going to fail, it fails during
# the configure step while cmake is configuring this CMakeLists.txt file...
-----------------------------------------------------------------------
Summary of changes:
Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list