From f4fe462b2819d5bd29d7a4617965dd513deb0def Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 19 Dec 2008 14:30:03 +0000 Subject: [PATCH] Removed MATH_LIBRARY and FREETYPE library reference. --- src/osgText/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/osgText/CMakeLists.txt b/src/osgText/CMakeLists.txt index 6e901e6e6..ca73b4a68 100644 --- a/src/osgText/CMakeLists.txt +++ b/src/osgText/CMakeLists.txt @@ -36,14 +36,11 @@ ADD_LIBRARY(${LIB_NAME} Version.cpp ) - -SET(TARGET_LIBRARIES_VARS FREETYPE_LIBRARY ) LINK_INTERNAL(${LIB_NAME} osgDB osg OpenThreads ) -LINK_EXTERNAL(${LIB_NAME} ${MATH_LIBRARY} ) -LINK_CORELIB_DEFAULT(${LIB_NAME} ${MATH_LIBRARY}) +LINK_CORELIB_DEFAULT(${LIB_NAME}) INCLUDE(ModuleInstall OPTIONAL)