Merge pull request #66 from egh/next
Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7
This commit is contained in:
commit
8917c929f2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ endif()
|
||||||
find_package(Boost 1.47.0
|
find_package(Boost 1.47.0
|
||||||
REQUIRED date_time filesystem system iostreams regex
|
REQUIRED date_time filesystem system iostreams regex
|
||||||
unit_test_framework test_exec_monitor
|
unit_test_framework test_exec_monitor
|
||||||
OPTIONAL_COMPONENTS ${BOOST_PYTHON})
|
${BOOST_PYTHON})
|
||||||
|
|
||||||
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
|
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue