Skip to content

Commit

Permalink
Use Google Benchmark from rapids-cmake in cuproj. (#1225)
Browse files Browse the repository at this point in the history
Follow-up to #1224 for cuproj.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: #1225
  • Loading branch information
bdice authored Jul 21, 2023
1 parent 7f3231c commit 7cacad2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cpp/cuproj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,8 @@ endif()

if(CUPROJ_BUILD_BENCHMARKS)
# Find or install GoogleBench
CPMFindPackage(NAME benchmark
VERSION 1.5.3
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG v1.5.3
GIT_SHALLOW TRUE
OPTIONS "BENCHMARK_ENABLE_TESTING OFF"
"BENCHMARK_ENABLE_INSTALL OFF")
include(${rapids-cmake-dir}/cpm/gbench.cmake)
rapids_cpm_gbench()

# Find or install NVBench Temporarily force downloading of fmt because current versions of nvbench
# do not support the latest version of fmt, which is automatically pulled into our conda
Expand Down

0 comments on commit 7cacad2

Please sign in to comment.