Commit a86d6bad authored by Aleksey Midenkov's avatar Aleksey Midenkov

Scripts: check PLUGIN_ROCKSDB to skip cloning it

parent 497c6add
# TODO: Copyrights # TODO: Copyrights
IF("${PLUGIN_ROCKSDB}" STREQUAL "NO")
RETURN()
ENDIF()
MACRO(SKIP_ROCKSDB_PLUGIN msg) MACRO(SKIP_ROCKSDB_PLUGIN msg)
MESSAGE_ONCE(SKIP_ROCKSDB_PLUGIN "Can't build rocksdb engine - ${msg}") MESSAGE_ONCE(SKIP_ROCKSDB_PLUGIN "Can't build rocksdb engine - ${msg}")
RETURN() RETURN()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment