1
0
Fork 0

Use ${FREETYPE_INCLUDE_DIRS} instead of hardcoded path

This commit is contained in:
Ganael Laplanche 2017-03-03 21:26:44 +00:00
parent 868ec1f500
commit 43dab178c0

View file

@ -19,7 +19,7 @@ find_path(BCMHOST_INCLUDE_DIR
) )
include_directories( include_directories(
/usr/include/freetype2 ${FREETYPE_INCLUDE_DIRS}
${PNG_INCLUDE_DIR} ${PNG_INCLUDE_DIR}
) )