add boost-system library to dependency list

this seems to be required on OSX with boost 1.50+
This commit is contained in:
Dimitri Stolnikov 2012-08-01 22:28:05 +02:00
parent f32eb2657c
commit 3a624df99b
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ MESSAGE(STATUS "Configuring Boost C++ Libraries...")
SET(BOOST_REQUIRED_COMPONENTS
thread
system
)
if(UNIX AND EXISTS "/usr/lib64")