Skip to content

Commit

Permalink
update new orc reader target
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Jun 20, 2024
1 parent 585ec05 commit 9581833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/dwio/orc/reader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

add_library(velox_dwio_orc_reader OrcReader.cpp)
velox_add_library(velox_dwio_orc_reader OrcReader.cpp)

target_link_libraries(velox_dwio_orc_reader velox_dwio_dwrf_reader)
velox_link_libraries(velox_dwio_orc_reader velox_dwio_dwrf_reader)

0 comments on commit 9581833

Please sign in to comment.