From 9d4965ac4e52c4618d74d89e811e5cf81a1c91ff Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 12 Nov 2012 04:52:19 +0000 Subject: [PATCH] - updated for debian compliance --- source/shared_lib/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/shared_lib/CMakeLists.txt b/source/shared_lib/CMakeLists.txt index 7ce8d7f6..129680ec 100644 --- a/source/shared_lib/CMakeLists.txt +++ b/source/shared_lib/CMakeLists.txt @@ -201,10 +201,6 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER OR BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST MESSAGE(STATUS "**NOTE: Warning: FTGL font support was not detected. Visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL.") ENDIF() - # todo: change this because its obscure and probably not being used - #set (FTGL_INCLUDE_DIRS ) - #set (FTGL_LINK_DIRS ) - #set (FTGL_LINK_TARGETS ) ENDIF(USE_FTGL) OPTION(USE_FREETYPEGL "Use Freetype-GL for on-screen fonts" OFF)