ClickHouse/cmake/find_orc.cmake
2019-08-21 17:19:47 +03:00

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()