diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-06 21:34:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-06 21:34:43 (GMT) |
commit | b3fa4d98a41b32547e1ec661f826913d3540c929 (patch) | |
tree | 8d6bf38b49943facd01a9164cb1c64b976cdbaa8 /tests | |
parent | d9d584ff106d0fb9cfd538cc83f94f9356287c54 (diff) |
Added regex to boost build
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index df9598e..75fb99c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -79,7 +79,7 @@ if(BOOST_ROOT) #set(Boost_DEBUG TRUE) set(Boost_NO_SYSTEM_PATHS TRUE) set(Boost_ADDITIONAL_VERSIONS "1.47.0") - find_package( Boost 1.35.0 COMPONENTS thread program_options filesystem system ) + find_package( Boost 1.35.0 COMPONENTS thread program_options filesystem system regex ) if(Boost_FOUND) message(STATUS "Boost includes found: " ${Boost_INCLUDE_DIRS}) message(STATUS "Boost libraries found:") |