mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
cmake: improve find_package failure messages
This commit is contained in:
parent
d6e0e7cfad
commit
d1b330c582
4 changed files with 15 additions and 14 deletions
2
externals/find-modules/Findhttplib.cmake
vendored
2
externals/find-modules/Findhttplib.cmake
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue