Skip to content
Snippets Groups Projects
Commit d14b964d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

restore dependence on boost::regex (std:regex not supported by gcc 4.8)

parent ac0d39ed
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
add_definitions(-DBOOST_ALL_DYN_LINK) # line is needed for MSVC
#add_definitions(-DBOOST_LIB_DIAGNOSTIC) # shows during compilation auto-linked libraries
set(boost_libraries_required date_time chrono program_options iostreams system filesystem)
set(boost_libraries_required date_time chrono program_options iostreams system filesystem regex)
if(WIN32)
set(boost_libraries_required ${boost_libraries_required} zlib bzip2)
endif()
......
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