Skip to content

Commit

Permalink
fix cmake dependency on pb
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Sep 3, 2022
1 parent c77a4f9 commit 576d2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/lance/io/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_library(
take.h
)
target_include_directories(lance_io_exec SYSTEM PRIVATE ${Protobuf_INCLUDE_DIR})
add_dependencies(lance_io_exec format)

add_lance_test(filter_test)
add_lance_test(project_test)
Expand Down

0 comments on commit 576d2ff

Please sign in to comment.