未验证 提交 a95bdb46 编写于 作者: L Lai Yingchun 提交者: GitHub

Compile error fix (#143)

* fix boost regex compile error
上级 662e536e
Subproject commit eba8a567f849c47ce6b107c089fa4a3ec702a7d7
Subproject commit 82e6d5334c83f08aabc54e81e1b28e752cd4fb33
......@@ -35,13 +35,12 @@ set(MY_PROJ_LIBS
rocksdb
pegasus.base
gtest
boost_regex
z bz2 snappy rt aio pthread
)
add_definitions(-DPEGASUS_UNIT_TEST)
add_definitions(-DENABLE_FAIL)
set(MY_BOOST_PACKAGES system filesystem)
set(MY_BOOST_PACKAGES system filesystem regex)
set(MY_BINPLACES config.ini run.sh)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册