Skip to content

Commit

Permalink
Compile error fix (apache#143)
Browse files Browse the repository at this point in the history
* fix boost regex compile error

Former-commit-id: d8ea77a2404f72d8dfda98fc1799ca8d149d0662 [formerly a95bdb4]
Former-commit-id: f4b5a0fbd0cea1f80a9dff329793e467aaa41e1c
  • Loading branch information
acelyc111 authored Jul 24, 2018
1 parent e206c58 commit 32b70d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rdsn
3 changes: 1 addition & 2 deletions src/server/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 32b70d4

Please sign in to comment.