Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: tweak the find modules even more | Andrea Pappacoda | 2022-12-15 | 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. | ||||
* | cmake: correct find modules | Alexandre Bouvier | 2022-12-06 | 1 | -10/+8 |
| | |||||
* | build(externals): rename Findopus to FindOpus | Andrea Pappacoda | 2022-08-01 | 1 | -0/+19 |
This better matches upstream's FindOpus.cmake file, and it will make using upstream's FindOpus.cmake file easier. |