From 9236f92dab75c5edc1d45066b980070290633337 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Aug 2009 13:30:28 +0000 Subject: - remove UNSET becuase it only works with newer versions of cmake, - changed the SDL and Freetype vars to match CMake's names - removed unneeded freetype, SDL and ftgl includes --- source/blender/blenfont/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/blenfont/CMakeLists.txt') diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt index 4784ce88dfc..bc03e69eb88 100644 --- a/source/blender/blenfont/CMakeLists.txt +++ b/source/blender/blenfont/CMakeLists.txt @@ -27,8 +27,7 @@ FILE(GLOB SRC intern/*.c) SET(INC ../../../intern/guardedalloc ../blenlib ../makesdna ../editors/include ../blenkernel ../../../extern/glew/include . - ${FTGL_INC} - ${FREETYPE_INC} + ${FREETYPE_INCLUDE_DIRS} ) IF(WITH_INTERNATIONAL) -- cgit v1.2.3