Add boost::system to linkage to support boost 1.50. Should not cause any issue for older users of boost

This commit is contained in:
Jason Turner 2012-08-14 08:59:48 -06:00
parent 46d1c50923
commit 8f7226051e

View File

@ -79,7 +79,7 @@ set (Chai_INCLUDES include/chaiscript/chaiscript.hpp include/chaiscript/chaiscri
set_source_files_properties(${Chai_INCLUDES} PROPERTIES HEADER_FILE_ONLY TRUE)
if (MULTITHREAD_SUPPORT_ENABLED)
find_package(Boost 1.36.0 COMPONENTS thread)
find_package(Boost 1.36.0 COMPONENTS thread system)
if (Boost_FOUND)
link_directories( ${Boost_LIBRARY_DIRS} )