mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fixed typo
This commit is contained in:
parent
74d4fb3ce1
commit
36906a78b5
@ -2,7 +2,7 @@ option (ENABLE_FASTOPS "Enable fast vectorized mathematical functions library by
|
||||
|
||||
if (ENABLE_FASTOPS)
|
||||
if(NOT EXISTS "${ClickHouse_SOURCE_DIR}/contrib/fastops/fastops/fastops.h")
|
||||
message(FATAL_ERROR "submodule contrib/${INTERNAL_ZLIB_NAME} is missing. to fix try run: \n git submodule update --init --recursive")
|
||||
message(FATAL_ERROR "submodule contrib/fastops is missing. to fix try run: \n git submodule update --init --recursive")
|
||||
set(USE_FASTOPS 0)
|
||||
endif()
|
||||
set (USE_FASTOPS 1)
|
||||
|
Loading…
Reference in New Issue
Block a user