Skip to content
Snippets Groups Projects
Commit d00fc43d authored by Douglas Serson's avatar Douglas Serson
Browse files

Remove dependency on boost regex

parent 08cce915
No related branches found
No related tags found
Loading
......@@ -10,7 +10,7 @@
MESSAGE(STATUS "Searching for Boost:")
SET(MIN_VER "1.56.0")
SET(NEEDED_BOOST_LIBS thread iostreams date_time filesystem system
program_options regex)
program_options)
SET(Boost_DEBUG 0)
SET(Boost_NO_BOOST_CMAKE ON)
IF( BOOST_ROOT )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment