summaryrefslogtreecommitdiff
path: root/externals/find-modules/FindOpus.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: move find-modules to root cmake dirGravatar Alexandre Bouvier2023-01-021-15/+0
|
* build: tweak the find modules even moreGravatar Andrea Pappacoda2022-12-151-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 modulesGravatar Alexandre Bouvier2022-12-061-10/+8
|
* build(externals): rename Findopus to FindOpusGravatar Andrea Pappacoda2022-08-011-0/+19
This better matches upstream's FindOpus.cmake file, and it will make using upstream's FindOpus.cmake file easier.