1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

update CMakeList

This commit is contained in:
Lu Wang 2012-09-10 01:40:54 +08:00
parent f860fb59e8
commit a2fe6d3c5e

View File

@ -8,7 +8,7 @@ pkg_check_modules(POPPLER REQUIRED poppler)
include_directories(${POPPLER_INCLUDE_DIRS})
link_directories(${POPPLER_LIBRARY_DIRS})
find_package(Boost REQUIRED COMPONENTS program_options filesystem system)
find_package(Boost REQUIRED COMPONENTS program_options)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})