Merge topic 'vs-store-phone-cert-thumbs'

7c33b0f9 cmSystemTools: Skip ComputeCertificateThumbprint during bootstrap
This commit is contained in:
Brad King 2015-09-03 06:49:55 -04:00 committed by CMake Topic Stage
commit 18252b5887
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ std::string cmSystemTools::ComputeCertificateThumbprint(
{
std::string thumbprint;
#ifdef _WIN32
#if defined(CMAKE_BUILD_WITH_CMAKE) && defined(_WIN32)
BYTE* certData = NULL;
CRYPT_INTEGER_BLOB cryptBlob;
HCERTSTORE certStore = NULL;