diff options
Diffstat (limited to 'project/cmake/modules/FindTagLib.cmake')
| -rw-r--r-- | project/cmake/modules/FindTagLib.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/cmake/modules/FindTagLib.cmake b/project/cmake/modules/FindTagLib.cmake index 06b615d..8c8c2f3 100644 --- a/project/cmake/modules/FindTagLib.cmake +++ b/project/cmake/modules/FindTagLib.cmake | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | # TagLib::TagLib - The TagLib library | 14 | # TagLib::TagLib - The TagLib library |
| 15 | 15 | ||
| 16 | if(PKG_CONFIG_FOUND) | 16 | if(PKG_CONFIG_FOUND) |
| 17 | pkg_check_modules(PC_TAGLIB taglib>=1.8.0 QUIET) | 17 | pkg_check_modules(PC_TAGLIB taglib>=1.9.0 QUIET) |
| 18 | endif() | 18 | endif() |
| 19 | 19 | ||
| 20 | find_path(TAGLIB_INCLUDE_DIR taglib/tag.h | 20 | find_path(TAGLIB_INCLUDE_DIR taglib/tag.h |
| @@ -29,7 +29,7 @@ include(SelectLibraryConfigurations) | |||
| 29 | select_library_configurations(TAGLIB) | 29 | select_library_configurations(TAGLIB) |
| 30 | 30 | ||
| 31 | include(FindPackageHandleStandardArgs) | 31 | include(FindPackageHandleStandardArgs) |
| 32 | find_package_handle_standard_args(TAGLIB | 32 | find_package_handle_standard_args(TagLib |
| 33 | REQUIRED_VARS TAGLIB_LIBRARY TAGLIB_INCLUDE_DIR | 33 | REQUIRED_VARS TAGLIB_LIBRARY TAGLIB_INCLUDE_DIR |
| 34 | VERSION_VAR TAGLIB_VERSION) | 34 | VERSION_VAR TAGLIB_VERSION) |
| 35 | 35 | ||
