diff options
author | Gilles Khouzam <gillesk@microsoft.com> | 2015-08-21 14:15:38 -0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-08-27 13:35:18 -0400 |
commit | ac0bb4333d13e633e26d107f288162d7d6a37b3a (patch) | |
tree | 469045dc2e7aa66efe3da92cf3b8832e1ba3dbd0 /CTestCustom.cmake.in | |
parent | 92b835ec9d17b190b13da93702f0eb416b665a48 (diff) | |
download | cmake-ac0bb4333d13e633e26d107f288162d7d6a37b3a.tar.gz |
VS: Windows Store/Phone package cert thumbprint
Add the PackageCertificateThumbprint property when there is a
certificate on a WindowsStore or Phone app.
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 f29ac70aee..d3cff518c5 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -32,6 +32,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.*CRYPT32.dll.*discarded by /OPT:REF" "LINK : warning LNK4089: all references to.*PSAPI.DLL.*discarded by /OPT:REF" "LINK : warning LNK4089: all references to.*RPCRT4.dll.*discarded by /OPT:REF" "LINK : warning LNK4089: all references to.*SHELL32.dll.*discarded by /OPT:REF" |