mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Fix a stupid typo. Fixes issue 3710
(cherry picked from commit 0497e941c7
)
This commit is contained in:
parent
d426da99b0
commit
d25f4b4ae7
@ -273,7 +273,7 @@ optional_component(VISUALISATIONS ON "Visualisations")
|
||||
if(NOT HAVE_SPOTIFY_BLOB AND NOT QCA_FOUND)
|
||||
message(FATAL_ERROR "Either QCA must be available or the non-GPL Spotify "
|
||||
"code must be compiled in")
|
||||
elif(QCA_FOUND)
|
||||
elseif(QCA_FOUND)
|
||||
set(HAVE_SPOTIFY_DOWNLOADER ON)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user