Remove duplicate TAGLIB_LIBRARY_DIRS

This commit is contained in:
Jonas Kvinge
2021-07-18 16:38:20 +02:00
parent 853b936cdd
commit 2cb8fa62df

View File

@@ -16,7 +16,6 @@ protobuf_generate_cpp(PROTO_SOURCES PROTO_HEADERS ${MESSAGES})
link_directories( link_directories(
${GLIB_LIBRARY_DIRS} ${GLIB_LIBRARY_DIRS}
${PROTOBUF_LIBRARY_DIRS} ${PROTOBUF_LIBRARY_DIRS}
${TAGLIB_LIBRARY_DIRS}
) )
if(USE_TAGLIB AND TAGLIB_FOUND) if(USE_TAGLIB AND TAGLIB_FOUND)