summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindTaglib.cmake
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-09-17 14:20:41 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-24 19:12:40 +0200
commit3d1e65b31907021750240eb8d8ae9d231a8dd930 (patch)
treee7a3a5d944fc7de195205cda89fefc089bb34dba /cmake/modules/FindTaglib.cmake
parenta4764a88ae391a05323f5799ec886910d9e9f65d (diff)
CMake: Fix typo in FindTaglib.cmake module
Diffstat (limited to 'cmake/modules/FindTaglib.cmake')
-rw-r--r--cmake/modules/FindTaglib.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake
index 958f0d02d2..36833d5eca 100644
--- a/cmake/modules/FindTaglib.cmake
+++ b/cmake/modules/FindTaglib.cmake
@@ -117,7 +117,7 @@ else()
include(FindPackageMessage)
include(FindPackageHandleStandardArgs)
- find_package_handle_standard_args(Taglib DEFAULT_MSG TAGLIB_INCLUDE_DIRS_ TAGLIB_LIBRARIES)
+ find_package_handle_standard_args(Taglib DEFAULT_MSG TAGLIB_INCLUDE_DIRS TAGLIB_LIBRARIES)
endif()