Skip to content

Commit

Permalink
remove benchmark::benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
NEUpanning committed Jul 24, 2024
1 parent 2d159ad commit 803b99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function(add_velox_test TEST_EXEC)
${TEST_EXEC} PRIVATE ${CMAKE_SOURCE_DIR}/velox ${CMAKE_SOURCE_DIR}/src
${VELOX_BUILD_PATH}/_deps/duckdb-src/src/include)
target_link_libraries(${TEST_EXEC} velox GTest::gtest GTest::gtest_main
google::glog benchmark::benchmark)
google::glog)
gtest_discover_tests(${TEST_EXEC} DISCOVERY_MODE PRE_TEST)
endfunction()

Expand Down

0 comments on commit 803b99f

Please sign in to comment.