mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #6064
Piraty (1): fix(build): make pkg-config verbose about why it fails
This commit is contained in:
commit
f6daafe914
|
@ -58,7 +58,7 @@ function(search_dependency pkg)
|
|||
|
||||
# Try pkg-config first.
|
||||
if(NOT ${pkg}_FOUND AND arg_PACKAGE)
|
||||
pkg_search_module(${pkg} ${arg_PACKAGE})
|
||||
pkg_check_modules(${pkg} ${arg_PACKAGE})
|
||||
endif()
|
||||
|
||||
# Then, try OSX frameworks.
|
||||
|
|
Loading…
Reference in New Issue
Block a user