Merge pull request #66 from egh/next

Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7
This commit is contained in:
John Wiegley 2012-05-26 23:26:45 -07:00
commit 8917c929f2

View file

@ -61,7 +61,7 @@ endif()
find_package(Boost 1.47.0
REQUIRED date_time filesystem system iostreams regex
unit_test_framework test_exec_monitor
OPTIONAL_COMPONENTS ${BOOST_PYTHON})
${BOOST_PYTHON})
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})