Fix warning in CMake 3.17

This commit is contained in:
Carles Fernandez 2020-05-09 12:15:54 +02:00
parent 2b11bd6ba9
commit b43daff65f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)
set(FPHSA_NAME_MISMATCHED ON)
include(FindPkgConfig)
pkg_check_modules(PC_ORC "orc-0.4 > 0.4.22")