|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-12 23:00:50
|
Module: editor Branch: master Commit: 39bb5d581bbe3257273c6472e4a7a76f5c109440 Author: Lasse Kärkkäinen <tronic+ndrm at trn.iki.fi> Date: Wed Jan 12 23:53:50 2011 +0100 Build fix --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce4791f..77e4f92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT CMAKE_BUILD_TYPE) SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE) endif(NOT CMAKE_BUILD_TYPE) -find_package(Boost 1.36 REQUIRED COMPONENTS regex filesystem) +find_package(Boost 1.36 REQUIRED COMPONENTS regex filesystem system) include_directories(${Boost_INCLUDE_DIRS}) list(APPEND LIBS ${Boost_LIBRARIES}) |