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
1 changed files with 1 additions and 1 deletions

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