From 2cb8fa62dff6b347ff96d0daf014eaf05a4a712c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 18 Jul 2021 16:38:20 +0200 Subject: [PATCH] Remove duplicate TAGLIB_LIBRARY_DIRS --- ext/libstrawberry-tagreader/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/libstrawberry-tagreader/CMakeLists.txt b/ext/libstrawberry-tagreader/CMakeLists.txt index f15560f5f..b308120c7 100644 --- a/ext/libstrawberry-tagreader/CMakeLists.txt +++ b/ext/libstrawberry-tagreader/CMakeLists.txt @@ -16,7 +16,6 @@ protobuf_generate_cpp(PROTO_SOURCES PROTO_HEADERS ${MESSAGES}) link_directories( ${GLIB_LIBRARY_DIRS} ${PROTOBUF_LIBRARY_DIRS} - ${TAGLIB_LIBRARY_DIRS} ) if(USE_TAGLIB AND TAGLIB_FOUND)