Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REGRESSION(280217@main) CMake build failure after bump to cmake 3.20
https://bugs.webkit.org/show_bug.cgi?id=275735 Reviewed by Justin Michaud. Setting required CMake to a mininum >=3.19 enforces the policy CMP0112, which states: > Target file component generator expressions do not add target dependencies. This leads to some dependencies missing for gir targets. This commit makes GI targets explicitly depend on these previously implicit deps. Thanks to Daniel Kolesa for the suggested fix. Also remove deprecated policy. * CMakeLists.txt: Canonical link: https://commits.webkit.org/280248@main
- Loading branch information