Skip to content

Commit

Permalink
Add missing link reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 27, 2023
1 parent 6cca1ca commit d249cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_library(substrait_io Io.cpp)
add_dependencies(substrait_io substrait_proto substrait_textplan_converter
substrait_textplan_loader fmt::fmt-header-only absl::status)
target_link_libraries(substrait_io substrait_proto substrait_textplan_converter
substrait_textplan_loader)
substrait_textplan_loader absl::status)

if(${SUBSTRAIT_CPP_BUILD_TESTING})
add_subdirectory(tests)
Expand Down

0 comments on commit d249cc3

Please sign in to comment.