Remove duplicate TAGLIB_LIBRARY_DIRS

This commit is contained in:
Jonas Kvinge 2021-07-18 16:38:20 +02:00
parent 853b936cdd
commit 2cb8fa62df
1 changed files with 0 additions and 1 deletions

View File

@ -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)