From 7fba68ac5229aa3e14d8afa2ddb3292684c9ab2e Mon Sep 17 00:00:00 2001 From: dawid-aurobit Date: Mon, 13 Jul 2015 18:43:47 +0200 Subject: [PATCH] convert FLAC name to upper case --- cmake/Modules/FindSFML.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindSFML.cmake b/cmake/Modules/FindSFML.cmake index 48873ef4a..937957e21 100644 --- a/cmake/Modules/FindSFML.cmake +++ b/cmake/Modules/FindSFML.cmake @@ -329,7 +329,7 @@ if(SFML_STATIC_LIBRARIES) find_sfml_dependency(VORBIS_LIBRARY "Vorbis" vorbis) find_sfml_dependency(VORBISFILE_LIBRARY "VorbisFile" vorbisfile) find_sfml_dependency(VORBISENC_LIBRARY "VorbisEnc" vorbisenc) - find_sfml_dependency(FLAC_LIBRARY "FLAC" flac) + find_sfml_dependency(FLAC_LIBRARY "FLAC" FLAC) # update the list set(SFML_AUDIO_DEPENDENCIES ${OPENAL_LIBRARY} ${FLAC_LIBRARY} ${VORBISENC_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBIS_LIBRARY} ${OGG_LIBRARY})