[Cmake-commits] CMake branch, next, updated. v2.8.10-751-ge727794
Brad King
brad.king at kitware.com
Mon Nov 5 11:41:34 EST 2012
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 e727794a6eb42dfeac999f2c6531ea7f6dbd614c (commit)
via c3ea3ba16968a339c5fe8eb40007837b5fb1d021 (commit)
from 1d9fe30505fe31863ac7ebc8bde633f096b44065 (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=e727794a6eb42dfeac999f2c6531ea7f6dbd614c
commit e727794a6eb42dfeac999f2c6531ea7f6dbd614c
Merge: 1d9fe30 c3ea3ba
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 5 11:41:29 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 5 11:41:29 2012 -0500
Merge topic 'fix-KWSys-SystemInformation' into next
c3ea3ba CTestCustom: Fix LNK4089 suppression
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c3ea3ba16968a339c5fe8eb40007837b5fb1d021
commit c3ea3ba16968a339c5fe8eb40007837b5fb1d021
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 5 11:40:56 2012 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 5 11:40:56 2012 -0500
CTestCustom: Fix LNK4089 suppression
The message has upper-case "DLL", not "dll".
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 4d13c76..34377ac 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -31,7 +31,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"remark: .*LOOP WAS VECTORIZED"
"warning .980: wrong number of actual arguments to intrinsic function .std::basic_"
"LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
- "LINK : warning LNK4089: all references to.*PSAPI.dll.*discarded by /OPT:REF"
+ "LINK : warning LNK4089: all references to.*PSAPI.DLL.*discarded by /OPT:REF"
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
"Warning: library was too large for page size.*"
"Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list