mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
update cmake
This commit is contained in:
parent
6f98a9e1c8
commit
20315edae8
@ -4,6 +4,7 @@ option(USE_INTERNAL_ROCKSDB_LIBRARY "Set to FALSE to use system ROCKSDB library
|
||||
if(ENABLE_ROCKSDB)
|
||||
if (NOT EXISTS "${ClickHouse_SOURCE_DIR}/contrib/rocksdb")
|
||||
message (WARNING "submodule contrib is missing. to fix try run: \n git submodule update --init --recursive")
|
||||
set (USE_INTERNAL_ROCKSDB_LIBRARY 0)
|
||||
set (MISSING_ROCKSDB 1)
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user