Skip to content

Commit c14e4ea

Browse files
committed
Fix CMake
1 parent 254a0c3 commit c14e4ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/arrow-cmake/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ set(ORC_SRCS
177177
"${ORC_SOURCE_SRC_DIR}/io/InputStream.hh"
178178
"${ORC_SOURCE_SRC_DIR}/io/OutputStream.cc"
179179
"${ORC_SOURCE_SRC_DIR}/io/OutputStream.hh"
180+
"${ORC_SOURCE_SRC_DIR}/io/Cache.cc"
181+
"${ORC_SOURCE_SRC_DIR}/io/Cache.hh"
180182
"${ORC_SOURCE_SRC_DIR}/sargs/ExpressionTree.cc"
181183
"${ORC_SOURCE_SRC_DIR}/sargs/ExpressionTree.hh"
182184
"${ORC_SOURCE_SRC_DIR}/sargs/Literal.cc"

0 commit comments

Comments
 (0)