mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
8 lines
137 B
CMake
8 lines
137 B
CMake
##TODO replace hardcode to find procedure
|
|
|
|
set(USE_ORC 0)
|
|
set(USE_INTERNAL_ORC_LIBRARY ON)
|
|
|
|
if (ARROW_LIBRARY)
|
|
set(USE_ORC 1)
|
|
endif() |