ClickHouse/cmake/find/fast_float.cmake

7 lines
338 B
CMake
Raw Normal View History

2020-11-07 16:48:58 +00:00
if (NOT EXISTS "${ClickHouse_SOURCE_DIR}/contrib/fast_float/include/fast_float/fast_float.h")
2021-10-17 23:29:04 +00:00
message (FATAL_ERROR "submodule contrib/fast_float is missing. to fix try run: \n git submodule update --init")
2020-11-07 16:48:58 +00:00
endif ()
2020-12-05 17:09:12 +00:00
set(FAST_FLOAT_LIBRARY fast_float)
set(FAST_FLOAT_INCLUDE_DIR "${ClickHouse_SOURCE_DIR}/contrib/fast_float/include/")