Use boost regex instead of std, because of buggy glibc++ in RHEL7
This commit is contained in:
parent
73961f419f
commit
57cc062223
2 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ else()
|
|||
endif()
|
||||
|
||||
#Only tested with versions 1.55 and 1.56
|
||||
find_package(Boost 1.54.0 COMPONENTS system thread coroutine context filesystem REQUIRED)
|
||||
find_package(Boost 1.54.0 COMPONENTS regex system thread coroutine context filesystem REQUIRED)
|
||||
message("Boost include dir: ${Boost_INCLUDE_DIR}")
|
||||
message("Boost libraries: ${Boost_LIBRARIES}")
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue