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:44:10 +0200
commitb1a446704923446b24a24eb1daa485ddf9cb534d (patch)
treeb2f00536e5e559d9c4e86cff6caa00281247524b
parent0772746ce04492a0643a4c78a9e89acfe11480aa (diff)
downloadtdegraphics-b1a446704923446b24a24eb1daa485ddf9cb534d.tar.gz
tdegraphics-b1a446704923446b24a24eb1daa485ddf9cb534d.zip
Fix hardcoded freetype2 include
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit bba24262811790807209a3cba74955c4ba42a6e1)
-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(