[Cmake-commits] CMake branch, next, updated. v3.2.2-2590-gabd6448
Brad King
brad.king at kitware.com
Thu May 7 09:38:24 EDT 2015
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 abd6448ad81d3c865c2462a41f965bf5775fc410 (commit)
via e228d66d60ca8c7609d56fb135b2e68f686d34af (commit)
from 67d888ec916cff125030f00c5770a2cc547ec7cb (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=abd6448ad81d3c865c2462a41f965bf5775fc410
commit abd6448ad81d3c865c2462a41f965bf5775fc410
Merge: 67d888e e228d66
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu May 7 09:38:23 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 7 09:38:23 2015 -0400
Merge topic 'suppress-LNK4089-warning' into next
e228d66d CTestCustom: Suppress LNK4089 warning about ole32
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e228d66d60ca8c7609d56fb135b2e68f686d34af
commit e228d66d60ca8c7609d56fb135b2e68f686d34af
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu May 7 08:58:38 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu May 7 09:37:34 2015 -0400
CTestCustom: Suppress LNK4089 warning about ole32
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 8a345b0..2fecebb 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -35,6 +35,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"LINK : warning LNK4089: all references to.*PSAPI.DLL.*discarded by /OPT:REF"
"LINK : warning LNK4089: all references to.*SHELL32.dll.*discarded by /OPT:REF"
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
+ "LINK : warning LNK4089: all references to.*ole32.dll.*discarded by /OPT:REF"
"Warning: library was too large for page size.*"
"Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"
"Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list