Skip to content

Commit

Permalink
Remove adding gmock and gtest main entry points to all benchmarks as …
Browse files Browse the repository at this point in the history
…that captures nvbench
  • Loading branch information
robertmaynard committed Apr 20, 2023
1 parent 267bc6a commit b233b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ target_compile_options(

target_link_libraries(
cudf_datagen
PUBLIC GTest::gmock GTest::gtest GTest::gmock_main GTest::gtest_main benchmark::benchmark
nvbench::nvbench Threads::Threads cudf cudftestutil
PUBLIC GTest::gmock GTest::gtest benchmark::benchmark nvbench::nvbench Threads::Threads cudf
cudftestutil
PRIVATE $<TARGET_NAME_IF_EXISTS:conda_env>
)

Expand Down

0 comments on commit b233b55

Please sign in to comment.