Fix CMake warnings

This commit is contained in:
Carles Fernandez 2020-05-14 23:17:09 +02:00
parent 5943485a38
commit 4dfb93c57b
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ endif()
# pkg-config - Helper tool used when compiling applications and libraries.
################################################################################
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)
set(FPHSA_NAME_MISMATCHED ON)
find_package(PkgConfig)