Skip to content

Commit

Permalink
Fix Build since ClickHouse/ClickHouse#50400
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Jun 3, 2023
1 parent 4568741 commit 473c0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/proto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENDFOREACH()

add_custom_target(
generate_substrait
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/../../../contrib/protobuf-cmake/protoc -I${CMAKE_CURRENT_SOURCE_DIR} -I${ClickHouse_SOURCE_DIR}/contrib/protobuf/src --cpp_out=${CMAKE_CURRENT_BINARY_DIR}/ ${protobuf_files}
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/../../../contrib/google-protobuf-cmake/protoc -I${CMAKE_CURRENT_SOURCE_DIR} -I${ClickHouse_SOURCE_DIR}/contrib/google-protobuf/src --cpp_out=${CMAKE_CURRENT_BINARY_DIR}/ ${protobuf_files}
DEPENDS protoc
COMMENT "Running cpp protocol buffer compiler"
VERBATIM )
Expand Down

0 comments on commit 473c0bf

Please sign in to comment.