Skip to content

Commit

Permalink
Rename consensus directory to raftex (vesoft-inc#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherman-the-tank authored and dutor committed Sep 18, 2018
1 parent b30b18c commit 534437f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ add_subdirectory(interface)
add_subdirectory(common)
add_subdirectory(dataman)
add_subdirectory(client)
#add_subdirectory(storage)
add_subdirectory(server)
add_subdirectory(console)
add_subdirectory(consensus)
add_subdirectory(raftex)
#add_subdirectory(storage)

add_dependencies(common third-party)
#add_dependencies(storage_engines common)
Expand Down

0 comments on commit 534437f

Please sign in to comment.