Skip to content

Commit

Permalink
Revert "Scripts: check PLUGIN_ROCKSDB to skip cloning it"
Browse files Browse the repository at this point in the history
This reverts commit a86d6ba.
  • Loading branch information
midenok committed Nov 17, 2017
1 parent 870f016 commit 0a4aa47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions storage/rocksdb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# TODO: Copyrights

IF("${PLUGIN_ROCKSDB}" STREQUAL "NO")
RETURN()
ENDIF()

MACRO(SKIP_ROCKSDB_PLUGIN msg)
MESSAGE_ONCE(SKIP_ROCKSDB_PLUGIN "Can't build rocksdb engine - ${msg}")
RETURN()
Expand Down

0 comments on commit 0a4aa47

Please sign in to comment.