summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-26 16:43:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-26 16:43:02 +0200
commitbba24262811790807209a3cba74955c4ba42a6e1 (patch)
tree69579fd90f8ef278056297ba09665cd52ce4cacb
parent0109aa39437ce01a868515ff152835e291f4d511 (diff)
downloadtdegraphics-bba24262.tar.gz
tdegraphics-bba24262.zip
Fix hardcoded freetype2 include
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kpovmodeler/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/CMakeLists.txt b/kpovmodeler/CMakeLists.txt
index e264689a..1ab30fc0 100644
--- a/kpovmodeler/CMakeLists.txt
+++ b/kpovmodeler/CMakeLists.txt
@@ -20,7 +20,7 @@ include_directories(
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${GLU_INCLUDE_DIRS}
- /usr/include/freetype2
+ ${FREETYPE_INCLUDE_DIRS}
)
link_directories(