cmake: Make sure USE_SIMDJSON default value is in sync with ENABLE_LIBRARIES

Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
This commit is contained in:
Konstantin Podshumok 2020-08-09 08:36:31 +03:00
parent fe56697893
commit d22de6c7e9

View File

@ -1,4 +1,4 @@
option (USE_SIMDJSON "Use simdjson" ON)
option (USE_SIMDJSON "Use simdjson" ${ENABLE_LIBRARIES})
if (NOT EXISTS "${ClickHouse_SOURCE_DIR}/contrib/simdjson/include/simdjson.h")
message (WARNING "submodule contrib/simdjson is missing. to fix try run: \n git submodule update --init --recursive")