summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-09-15 22:31:06 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-24 19:12:40 +0200
commitdf8a79529dabd41106c278607d36e5af4679e21b (patch)
tree5098c54435cf6be4312022bb5514ce745d44f845 /cmake
parent59ef197ad4754cec7b784f99396ee855bc884a02 (diff)
CMake: Add chromaprint_p library name for libchromaprint
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindChromaprint.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindChromaprint.cmake b/cmake/modules/FindChromaprint.cmake
index 65c68397aa..a4da8f2459 100644
--- a/cmake/modules/FindChromaprint.cmake
+++ b/cmake/modules/FindChromaprint.cmake
@@ -56,7 +56,7 @@ find_path(Chromaprint_INCLUDE_DIR
mark_as_advanced(Chromaprint_INCLUDE_DIR)
find_library(Chromaprint_LIBRARY
- NAMES chromaprint
+ NAMES chromaprint chromaprint_p
PATHS ${PC_Chromaprint_LIBRARY_DIRS}
DOC "Chromaprint library"
)