Skip to content

Commit

Permalink
Switch to using rapids-cmake for gbench. (#954)
Browse files Browse the repository at this point in the history
Switch to using a centralized rapids-cmake function for getting Google benchmark.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #954
  • Loading branch information
vyasr authored Oct 25, 2022
1 parent a336598 commit 7682ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
3 changes: 2 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ if(BUILD_TESTS)
endif()

if(BUILD_BENCH)
include(cmake/thirdparty/get_gbench.cmake)
include(${rapids-cmake-dir}/cpm/gbench.cmake)
rapids_cpm_gbench()
endif()

##############################################################################
Expand Down
43 changes: 0 additions & 43 deletions cpp/cmake/thirdparty/get_gbench.cmake

This file was deleted.

0 comments on commit 7682ee4

Please sign in to comment.