1
0
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:
sudden6 2020-04-04 00:54:21 +02:00
commit f6daafe914
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -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.