mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-20 06:25:02 +01:00
parent
96a8c5a9fe
commit
36381fc470
@ -313,14 +313,13 @@ else()
|
||||
"statically. If it's not, Clementine won't be able to resolve the "
|
||||
"functions it needs to register full text search support. Search will "
|
||||
"be really slow and users will be unhappy. If you're packaging "
|
||||
"Clementine for a distributiou and you really hate your users and want "
|
||||
"them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON")
|
||||
"Clementine for a distribution and you really hate your users and want "
|
||||
"them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON")
|
||||
else()
|
||||
if (NOT MY_USERS_WILL_SUFFER_BECAUSE_OF_ME)
|
||||
message(FATAL_ERROR "So you really hate your users and you want to "
|
||||
"create a crippled package that doesn't work properly? Please send "
|
||||
"an email to clementine-player@googlegroups.com and help us "
|
||||
"understand why.")
|
||||
"an email to the devs and help us understand why.")
|
||||
endif()
|
||||
endif()
|
||||
endif(STATIC_SQLITE)
|
||||
|
Loading…
Reference in New Issue
Block a user