Skip to content

Commit

Permalink
remove OBJECT for hive connect
Browse files Browse the repository at this point in the history
  • Loading branch information
zhejiangxiaomai committed Jan 3, 2023
1 parent e2a0d67 commit d927e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/connectors/hive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

add_library(
velox_hive_connector OBJECT HiveConnector.cpp HiveDataSink.cpp FileHandle.cpp
velox_hive_connector HiveConnector.cpp HiveDataSink.cpp FileHandle.cpp
HiveWriteProtocol.cpp PartitionIdGenerator.cpp)

target_link_libraries(velox_hive_connector velox_connector velox_dwio_common_exception
Expand Down

0 comments on commit d927e5d

Please sign in to comment.