You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
diff -rupN podofo-0.9.6/CMakeLists.txt podofo-0.9.6-new/CMakeLists.txt
|
|
|
|
--- podofo-0.9.6/CMakeLists.txt 2018-07-08 12:33:27.000000000 +0200
|
|
|
|
+++ podofo-0.9.6-new/CMakeLists.txt 2018-07-09 15:20:05.780809735 +0200
|
|
|
|
@@ -398,8 +398,8 @@ ENDIF(NOT PODOFO_BUILD_LIB_ONLY)
|
|
|
|
|
|
|
|
FIND_PACKAGE(OpenSSL)
|
|
|
|
|
|
|
|
-FIND_PACKAGE(FREETYPE REQUIRED)
|
|
|
|
-MESSAGE("Found freetype library at ${FREETYPE_LIBRARIES}, headers ${FREETYPE_INCLUDE_DIR}")
|
|
|
|
+FIND_PACKAGE(Freetype REQUIRED)
|
|
|
|
+MESSAGE("Found freetype library at ${FREETYPE_LIBRARIES}, headers ${FREETYPE_INCLUDE_DIRS}")
|
|
|
|
|
|
|
|
FIND_PACKAGE(LIBSTLPORT)
|
|
|
|
SET(stlport_libraries_if_use_stlport)
|
|
|
|
@@ -478,7 +478,7 @@ INCLUDE_DIRECTORIES(BEFORE # before tool
|
|
|
|
|
|
|
|
INCLUDE_DIRECTORIES(
|
|
|
|
${PoDoFo_SOURCE_DIR}/src
|
|
|
|
- ${FREETYPE_INCLUDE_DIR}
|
|
|
|
+ ${FREETYPE_INCLUDE_DIRS}
|
|
|
|
${ZLIB_INCLUDE_DIR}
|
|
|
|
${EXTRA_INCLUDES}
|
|
|
|
)
|