summaryrefslogtreecommitdiffstats
path: root/externals/find-modules/Findhttplib.cmake
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2022-12-14 09:30:31 +0100
committerAndrea Pappacoda <andrea@pappacoda.it>2022-12-15 11:52:50 +0100
commit4447c9a46edafc5dbea80c96add3605c177c1b5b (patch)
treec84657899612a9c40ec10ff9349b4d3f42063766 /externals/find-modules/Findhttplib.cmake
parentMerge pull request #9441 from yuzu-emu/revert-9232-audio-default-thread (diff)
downloadyuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.tar
yuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.tar.gz
yuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.tar.bz2
yuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.tar.lz
yuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.tar.xz
yuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.tar.zst
yuzu-4447c9a46edafc5dbea80c96add3605c177c1b5b.zip
Diffstat (limited to 'externals/find-modules/Findhttplib.cmake')
-rw-r--r--externals/find-modules/Findhttplib.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/find-modules/Findhttplib.cmake b/externals/find-modules/Findhttplib.cmake
index b72bad076..4d17cb393 100644
--- a/externals/find-modules/Findhttplib.cmake
+++ b/externals/find-modules/Findhttplib.cmake
@@ -9,9 +9,7 @@ if (httplib_FOUND)
find_package_handle_standard_args(httplib CONFIG_MODE)
else()
find_package(PkgConfig QUIET)
- if (PKG_CONFIG_FOUND)
- pkg_search_module(HTTPLIB QUIET IMPORTED_TARGET cpp-httplib)
- endif()
+ pkg_search_module(HTTPLIB QUIET IMPORTED_TARGET cpp-httplib)
find_package_handle_standard_args(httplib
REQUIRED_VARS HTTPLIB_INCLUDEDIR
VERSION_VAR HTTPLIB_VERSION