Merge topic 'vs-store-phone-cert-thumbs'
7c33b0f9
cmSystemTools: Skip ComputeCertificateThumbprint during bootstrap
This commit is contained in:
commit
18252b5887
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue