File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include(ProcessorCount)
33function (ExternalProjectAutotools EXTERNAL_PROJECT_NAME )
44 pkg_check_modules (LIBNAME QUIET ${EXTERNAL_PROJECT_NAME} )
55 if (NOT LIBNAME_FOUND)
6- message ("External project ${EXTERNAL_PROJECT_NAME} not found, will have to be built." )
6+ message (STATUS "External project ${EXTERNAL_PROJECT_NAME} not found, will have to be built." )
77
88 set (options)
99 set (oneValueArgs URL URL_HASH)
Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ set(PDF2HTMLEX_SRC ${PDF2HTMLEX_SRC}
175175
176176add_executable (pdf2htmlEX ${PDF2HTMLEX_SRC} )
177177
178- if (freetype_FOUND )
178+ if (ENABLE_SVG )
179179 target_link_libraries (pdf2htmlEX freetype )
180- endif (freetype_FOUND )
180+ endif ()
181181target_link_libraries (pdf2htmlEX ${PDF2HTMLEX_LIBS} )
182182
183183add_custom_target (pdf2htmlEX_resources ALL DEPENDS
You can’t perform that action at this time.
0 commit comments