From 9b08e3f5993eb004e3eb0d9ae8b593f553989f89 Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Mon, 9 Dec 2013 19:39:23 +0100 Subject: FindFreetype: Remove duplicates in FREETYPE_INCLUDE_DIRS In Freetype 2.5 the paths for FREETYPE_INCLUDE_DIR_ft2build and FREETYPE_INCLUDE_DIR_freetype2 are the same --- Modules/FindFreetype.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindFreetype.cmake b/Modules/FindFreetype.cmake index 1f12ba6..6f03c86 100644 --- a/Modules/FindFreetype.cmake +++ b/Modules/FindFreetype.cmake @@ -100,6 +100,7 @@ find_library(FREETYPE_LIBRARY # set the user variables if(FREETYPE_INCLUDE_DIR_ft2build AND FREETYPE_INCLUDE_DIR_freetype2) set(FREETYPE_INCLUDE_DIRS "${FREETYPE_INCLUDE_DIR_ft2build};${FREETYPE_INCLUDE_DIR_freetype2}") + list(REMOVE_DUPLICATES FREETYPE_INCLUDE_DIRS) endif() set(FREETYPE_LIBRARIES "${FREETYPE_LIBRARY}") -- cgit v0.12