From a2fe6d3c5efe7be8e9f36bbad404dbbfdf664206 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 10 Sep 2012 01:40:54 +0800 Subject: [PATCH] update CMakeList --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9bd9b2..1cfdc07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})