xumingming opened a new issue, #6553:
URL: https://github.com/apache/incubator-gluten/issues/6553
### Problem description
There are two seperate switches which contronls whether we build test and
whether we will benchmarks:
```cmake
if(BUILD_TESTS)
add_subdirectory(tests)
endif()
if(BUILD_BENCHMARKS)
add_subdirectory(benchmarks)
endif()
```
But test code depends on benchmark lib unconditionally:
https://github.com/apache/incubator-gluten/blob/23af01dfaa5e72d72c4f5d4d0851a72ce9723013/cpp/velox/tests/CMakeLists.txt#L32
### System information
N/A
### CMake log
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]