[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37951] trunk/blender/CMakeLists.txt: Fix windows cmake build, this line got accidentally removed in variable renaming.

Brecht Van Lommel brechtvanlommel at pandora.be
Wed Jun 29 19:56:33 CEST 2011


Revision: 37951
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37951
Author:   blendix
Date:     2011-06-29 17:56:32 +0000 (Wed, 29 Jun 2011)
Log Message:
-----------
Fix windows cmake build, this line got accidentally removed in variable renaming.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2011-06-29 15:56:22 UTC (rev 37950)
+++ trunk/blender/CMakeLists.txt	2011-06-29 17:56:32 UTC (rev 37951)
@@ -614,6 +614,7 @@
 		set(PTHREADS_INCLUDE_DIRS ${LIBDIR}/pthreads/include)
 		set(PTHREADS_LIBRARIES ${LIBDIR}/pthreads/lib/pthreadVC2.lib)
 
+		set(FREETYPE ${LIBDIR}/freetype)
 		set(FREETYPE_INCLUDE_DIRS
 			${LIBDIR}/freetype/include
 			${LIBDIR}/freetype/include/freetype2




More information about the Bf-blender-cvs mailing list