Skip to content

Commit

Permalink
Revert "Make test compilation work"
Browse files Browse the repository at this point in the history
This reverts commit 0ded6af.
  • Loading branch information
rui-mo committed Oct 25, 2023
1 parent 8b98a4a commit 74e7dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions velox/dwio/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ target_link_libraries(
velox_exec
Boost::regex
Folly::folly
glog::glog
protobuf::libprotobuf)
glog::glog)
1 change: 1 addition & 0 deletions velox/exec/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ add_executable(
ParseTypeSignatureTest.cpp
PlanBuilderTest.cpp
QueryAssertionsTest.cpp
TaskTest.cpp
TreeOfLosersTest.cpp)

add_test(
Expand Down

0 comments on commit 74e7dac

Please sign in to comment.