summaryrefslogtreecommitdiffstats
path: root/externals/find-modules/Findhttplib.cmake
diff options
context:
space:
mode:
authorAlexandre Bouvier <contact@amb.tf>2022-12-31 12:48:08 +0100
committerAlexandre Bouvier <contact@amb.tf>2023-01-02 02:27:25 +0100
commit1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa (patch)
treed8dd9f983a111288b88e3f298947dd6d2b47a6c5 /externals/find-modules/Findhttplib.cmake
parentMerge pull request #9538 from merryhime/char-concat (diff)
downloadyuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.tar
yuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.tar.gz
yuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.tar.bz2
yuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.tar.lz
yuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.tar.xz
yuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.tar.zst
yuzu-1dfcf19c36dfa08a5ed48d5c367ff4aeacbf5bfa.zip
Diffstat (limited to '')
-rw-r--r--externals/find-modules/Findhttplib.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/find-modules/Findhttplib.cmake b/externals/find-modules/Findhttplib.cmake
index 4d17cb393..861207eb5 100644
--- a/externals/find-modules/Findhttplib.cmake
+++ b/externals/find-modules/Findhttplib.cmake
@@ -5,7 +5,7 @@
include(FindPackageHandleStandardArgs)
find_package(httplib QUIET CONFIG)
-if (httplib_FOUND)
+if (httplib_CONSIDERED_CONFIGS)
find_package_handle_standard_args(httplib CONFIG_MODE)
else()
find_package(PkgConfig QUIET)