aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindFreetype.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/FindFreetype.cmake b/modules/FindFreetype.cmake
index 5657728a..61e44a1f 100644
--- a/modules/FindFreetype.cmake
+++ b/modules/FindFreetype.cmake
@@ -51,7 +51,6 @@ else (FREETYPE_LIBRARIES AND FREETYPE_INCLUDE_DIR)
else(FREETYPECONFIG_EXECUTABLE)
find_path (FREETYPE_INCLUDE_DIR freetype/freetype.h PATH_SUFFIXES freetype2)
- set (FREETYPE_INCLUDE_DIR ${FREETYPE_INCLUDE_DIR}/freetype2)
find_library(FREETYPE_LIBRARIES freetype)
if(FREETYPE_INCLUDE_DIR AND FREETYPE_LIBRARIES)
set(FREETYPE_FOUND TRUE)