diff --git a/velox/dwio/common/CMakeLists.txt b/velox/dwio/common/CMakeLists.txt index 8bcf766e79bc..c4b767317a6e 100644 --- a/velox/dwio/common/CMakeLists.txt +++ b/velox/dwio/common/CMakeLists.txt @@ -73,5 +73,4 @@ target_link_libraries( velox_exec Boost::regex Folly::folly - glog::glog - protobuf::libprotobuf) + glog::glog) diff --git a/velox/exec/tests/CMakeLists.txt b/velox/exec/tests/CMakeLists.txt index e05f137442a7..53c41f39e64d 100644 --- a/velox/exec/tests/CMakeLists.txt +++ b/velox/exec/tests/CMakeLists.txt @@ -94,6 +94,7 @@ add_executable( ParseTypeSignatureTest.cpp PlanBuilderTest.cpp QueryAssertionsTest.cpp + TaskTest.cpp TreeOfLosersTest.cpp) add_test(