Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-28 | cmake: support components in find modules | Alexandre Bouvier | 1 | -4/+15 | |
2023-01-02 | cmake: move find-modules to root cmake dir | Alexandre Bouvier | 1 | -0/+0 | |
2022-12-15 | build: tweak the find modules even more | Andrea Pappacoda | 1 | -3/+1 | |
As described in https://github.com/yuzu-emu/yuzu/pull/9395#discussion_r1047456172 checking for PKG_CONFIG_FOUND before calling pkg_search_module() is unneeded, and some find modules (like FindFFmpeg.cmake) don't do this already. Consequently, this patch removes these checks. | |||||
2022-12-06 | cmake: correct find modules | Alexandre Bouvier | 1 | -4/+5 | |
2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | 1 | -0/+17 | |