Bug 254402 - PC_GCRYPT_FOUND should be checked in FindLibGcrypt.cmake
Summary: PC_GCRYPT_FOUND should be checked in FindLibGcrypt.cmake
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-24 03:26 PDT by Kai
Modified: 2023-04-03 23:58 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai 2023-03-24 03:26:11 PDT
After `pkg_check_modules(PC_GCRYPT QUIET libgcrypt)` in FindLibGcrypt.cmake, PC_GCRYPT_FOUND will be set but PC_GCRYPT is kept empty. So PC_GCRYPT_FOUND should be checked instead.
Comment 1 EWS 2023-04-03 23:58:51 PDT
Committed 262568@main (2bbc81a78b68): <https://commits.webkit.org/262568@main>

Reviewed commits have been landed. Closing PR #12360 and removing active labels.