From c2bd746faceb11f10541357971490c3ad8027d0b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Jun 2011 16:57:25 +0000 Subject: own error in recent cmake edits --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bc254e0830..03f80ad31a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -615,8 +615,8 @@ elseif(WIN32) set(PTHREADS_LIBRARIES ${LIBDIR}/pthreads/lib/pthreadVC2.lib) set(FREETYPE_INCLUDE_DIRS - ${FREETYPE}/include - ${FREETYPE}/include/freetype2 + ${LIBDIR}/freetype/include + ${LIBDIR}/freetype/include/freetype2 ) set(FREETYPE_LIBRARY ${LIBDIR}/freetype/lib/freetype2ST.lib) -- cgit v1.2.3