diff options
author | Brad King <brad.king@kitware.com> | 2016-05-27 09:17:23 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-27 09:25:37 -0400 |
commit | e4a361bbbf165c030ab05b7558b7a702b84ef358 (patch) | |
tree | b3615f607d914d62f91d5d9af3dabeda148d3959 /CTestCustom.cmake.in | |
parent | fb1f5d50af2bc97b8dfe783998a66a7a4bea140e (diff) | |
download | cmake-e4a361bbbf165c030ab05b7558b7a702b84ef358.tar.gz |
CTestCustom: Suppress Windows manifest unrecognized element warning
Our `cmake.version.manifest` file uses a "compatibility" element for
Windows 10 support. Older MS tools warn about it being unknown, so
suppress the warning.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index abef692147..f78c936c85 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -53,7 +53,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "[Qq]t([Cc]ore|[Gg]ui|[Ww]idgets).*warning.*conversion.*may alter its value" "warning:.*is.*very unsafe.*consider using.*" "warning:.*is.*misused, please use.*" - "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element" + "cmake.version.manifest.*manifest authoring warning.*Unrecognized Element" "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast "ld: warning: directory not found for option .-(F|L)" "ld: warning .*/libgcc.a archive's cputype" |