Added a fallback to accept musicbrainzartistid ins artist.nfo files, ref #750

This commit is contained in:
emeric
2025-09-15 20:27:33 +02:00
parent dc59407b9e
commit 87fd8bef3b
5 changed files with 60 additions and 26 deletions
+1
View File
@@ -24,6 +24,7 @@ find_package(Threads REQUIRED)
find_package(Filesystem REQUIRED)
find_package(Boost REQUIRED COMPONENTS system program_options iostreams)
find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP)
find_package(Pugixml CONFIG REQUIRED)
# WT
if (NOT Wt_FOUND)