ClickHouse/cmake/find_orc.cmake

8 lines
137 B
CMake
Raw Normal View History

2019-08-21 14:19:47 +00:00
##TODO replace hardcode to find procedure
set(USE_ORC 0)
set(USE_INTERNAL_ORC_LIBRARY ON)
if (ARROW_LIBRARY)
set(USE_ORC 1)
endif()