diff options
author | Brad King <brad.king@kitware.com> | 2015-05-07 12:58:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-07 13:37:34 (GMT) |
commit | e228d66d60ca8c7609d56fb135b2e68f686d34af (patch) | |
tree | 3456c4c9b0e2db44c798360e3050b7288e62ebd3 /CTestCustom.cmake.in | |
parent | 3bc6f4f4762ba32d77b229e3385a8084015369b2 (diff) | |
download | CMake-e228d66d60ca8c7609d56fb135b2e68f686d34af.zip CMake-e228d66d60ca8c7609d56fb135b2e68f686d34af.tar.gz CMake-e228d66d60ca8c7609d56fb135b2e68f686d34af.tar.bz2 |
CTestCustom: Suppress LNK4089 warning about ole32
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
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.*" |