1
0
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:
David Sansome 2013-10-28 14:23:52 +11:00
parent d426da99b0
commit d25f4b4ae7

View File

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