Use ${FREETYPE_INCLUDE_DIRS} instead of hardcoded path
This commit is contained in:
parent
868ec1f500
commit
43dab178c0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ find_path(BCMHOST_INCLUDE_DIR
|
|||
)
|
||||
|
||||
include_directories(
|
||||
/usr/include/freetype2
|
||||
${FREETYPE_INCLUDE_DIRS}
|
||||
${PNG_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue