ClickHouse/src/Formats/CMakeLists.txt

10 lines
237 B
CMake
Raw Normal View History

2022-01-16 19:34:00 +00:00
if (TARGET ch_contrib::avrocpp)
set(USE_AVRO 1)
endif()
2022-01-16 18:02:32 +00:00
if (TARGET ch_contrib::parquet)
set(USE_PARQUET 1)
set(USE_ARROW 1)
2022-01-16 19:37:27 +00:00
set(USE_ORC 1)
2022-01-16 18:02:32 +00:00
endif()
2019-12-15 06:34:43 +00:00
configure_file(config_formats.h.in ${ConfigIncludePath}/config_formats.h)