summaryrefslogtreecommitdiff
path: root/CMakeModules/Findhttplib.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-28cmake: support components in find modulesGravatar Alexandre Bouvier1-1/+11
2023-01-02cmake: move find-modules to root cmake dirGravatar Alexandre Bouvier1-0/+0
2023-01-02cmake: improve find_package failure messagesGravatar Alexandre Bouvier1-1/+1
2022-12-15build: tweak the find modules even moreGravatar Andrea Pappacoda1-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-06cmake: correct find modulesGravatar Alexandre Bouvier1-4/+5
2022-12-04cmake: prefer system librariesGravatar Alexandre Bouvier1-0/+22