summaryrefslogtreecommitdiff
path: root/externals/find-modules/Findlibusb.cmake
AgeCommit message (Collapse)Author
2023-01-02cmake: move find-modules to root cmake dirAlexandre Bouvier
2022-12-15build: tweak the find modules even moreAndrea Pappacoda
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-06cmake: prefer system libusbAlexandre Bouvier