{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1738503921,"commit_time":1738883258,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"2b9b3ec579d019fe55f49412ade91cc831403c58","message":"cmake/Find: set `<Modulename>_FOUND` for compatibility when found via `pkg-config`\n\nFor Find modules where `<Modulename>` is not fully uppercase.\n\n`<Modulename>` is case-exact name used in the Find modules filename:\n`CMake/Find<Moduleame>.cmake`.\n\n`find_package_handle_standard_args()` sets both `<MODULENAME>_FOUND` and\n`<Modulename>_FOUND` when detecting the dependency. Some CMake code\nrelies on this and 3rd-party code may rely on it too. Make sure to set\nthe latter variant when detecting the dependency via `pkg-config`, where\nwe don't call `find_package_handle_standard_args()`.\n\nCMake sets these variable to `TRUE` (not `ON` or `1`). Replicate this\nfor compatibility.\n\nCloses #16153\n","parents":["ffd6132da602af5b2196852153e1b09d9e14b198"],"tree_hash":"3992753cf7ce702bf4c28c2e3a39a692456c0da5"}