Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Removed GTest::gtest_main from CMakeLists.txt for velox_simple…
…_aggregate_test (#11668) Summary: Removed GTest::gtest_main from CMakeLists.txt for velox_simple_aggregate_test. ``` add_executable(velox_simple_aggregate_test SimpleAggregateAdapterTest.cpp Main.cpp) ``` Since Main.cpp is already included here, GTest::gtest_main is not needed in target_link_libraries. Pull Request resolved: #11668 Reviewed By: kagamiori Differential Revision: D66690701 Pulled By: xiaoxmeng fbshipit-source-id: 51c5536de45bfd15abdf7a83f46c95f09846a976
- Loading branch information