From 4484faca4075c2ddbe98bccb4f2c86668a7c5fa9 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 28 Mar 2011 11:19:39 +0200 Subject: [PATCH] Included boost system to the required libraries --- src/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d7f1891..5241752 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_STATIC_RUNTIME OFF) -find_package(Boost COMPONENTS filesystem program_options REQUIRED) +find_package(Boost COMPONENTS filesystem program_options system REQUIRED) include_directories(${Boost_INCLUDE_DIRS}) link_directories(${Boost_LIBRARY_DIRS}) -- 1.7.1