From 0c52ea52914c2702ff7c1b20b6f0a087c493f912 Mon Sep 17 00:00:00 2001 From: Anselme Date: Sun, 20 Mar 2016 22:04:52 +0100 Subject: [PATCH] fixed sparrowscourge bug --- template.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.cmake b/template.cmake index f203f95..194986f 100644 --- a/template.cmake +++ b/template.cmake @@ -201,7 +201,7 @@ if(USE_SFML) NAMES gdi32 PATHS ${LIB_PATHS} ) - LIST(APPEND LIB_DEPENDENCIES_LIST + SET(SFML_DEPENDENCIES ${SFML_DEP_WINMM} ${SFML_DEP_GDI} ${SFML_DEP_FREETYPE} @@ -214,7 +214,7 @@ if(USE_SFML) ${SFML_DEP_OGG} ) elseif(UNIX) - LIST(APPEND LIB_DEPENDENCIES_LIST + SET(SFML_DEPENDENCIES ${SFML_DEP_FREETYPE} ${SFML_DEP_JPEG} ${SFML_DEP_OPENAL}