Revision: 45862
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45862&view=rev
Author:   starseeker
Date:     2011-08-09 22:36:06 +0000 (Tue, 09 Aug 2011)

Log Message:
-----------
Make sure FREETYPE_LIBRARIES is empty if FREETYPE_FOUND is a no-go.

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2011-08-09 22:31:33 UTC (rev 
45861)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2011-08-09 22:36:06 UTC (rev 
45862)
@@ -233,6 +233,7 @@
       OPTION(TK-ENABLE_FREETYPE "Enable freetype support" ON) 
    ELSE(FREETYPE_FOUND)
       OPTION(TK-ENABLE_FREETYPE "Enable freetype support" OFF)
+               SET(FREETYPE_LIBRARIES "")
    ENDIF(FREETYPE_FOUND)
    SET(TK_WINDOWINGSYSTEM X11)
 ENDIF(NOT WIN32)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to