Skip to content

Commit e7ebb41

Browse files
committed
fix style
1 parent 57076c9 commit e7ebb41

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cpp-ch/local-engine/Storages/SubstraitSource/CMakeLists.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ if(ENABLE_HDFS)
3737
else()
3838
target_link_libraries(
3939
substrait_source
40-
PUBLIC boost::headers_only
41-
ch_contrib::protobuf
42-
clickhouse_common_io
43-
substrait
44-
ch_contrib::roaring
45-
ch_contrib::rapidjson)
40+
PUBLIC boost::headers_only ch_contrib::protobuf clickhouse_common_io
41+
substrait ch_contrib::roaring ch_contrib::rapidjson)
4642
endif()
4743
target_include_directories(
4844
substrait_source SYSTEM BEFORE

0 commit comments

Comments
 (0)