From df68d067118d1255c06c0dd9be2a991b507e9f4d Mon Sep 17 00:00:00 2001 From: rui-mo Date: Thu, 26 Oct 2023 08:32:00 +0800 Subject: [PATCH] Revert "Make test compilation work" This reverts commit 2196f179aad2d75280b4530fae9716ba40d125a5. --- velox/dwio/common/CMakeLists.txt | 3 +-- velox/exec/tests/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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(