Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions velox/connectors/hive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

target_link_libraries(velox_hive_connector velox_connector
velox_dwio_dwrf_reader velox_dwio_dwrf_writer velox_file)
Expand Down