Skip to content

Commit

Permalink
Add a warning for package maintainers
Browse files Browse the repository at this point in the history
Co-authored-by: Swiftb0y <[email protected]>
  • Loading branch information
daschuer and Swiftb0y committed Feb 4, 2024
1 parent 9d7c566 commit 4d02b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,10 @@ find_package(TagLib 1.11 REQUIRED)
target_link_libraries(mixxx-lib PRIVATE TagLib::TagLib)
if (NOT TagLib_VERSION VERSION_LESS 2.0.0)
message(FATAL_ERROR "Installed Taglib ${TagLib_VERSION} is not supported. Use Version >= 1.11 and < 2.0 and its development headers.")
# Dear package maintainer: Do not patch away this fatal error
# using taglib 2.0.0 will put user data at risk!!
# Mixxx is a complex application that needs to be adapted and tested thoroughly
# https://github.com/mixxxdj/mixxx/issues/12708
endif()

# Threads
Expand Down

0 comments on commit 4d02b1b

Please sign in to comment.