Skip to content

Commit

Permalink
dont install gtest/gbench
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Sep 4, 2024
1 parent 5edcf97 commit cee311e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,14 @@ if(MRC_BUILD_BENCHMARKS)
# google benchmark
# ================
include(${rapids-cmake-dir}/cpm/gbench.cmake)
rapids_cpm_gbench(
BUILD_EXPORT_SET ${PROJECT_NAME}-exports
)
rapids_cpm_gbench(BUILD_STATIC)
endif()

if(MRC_BUILD_TESTS)
# google test
# ===========
include(${rapids-cmake-dir}/cpm/gtest.cmake)
rapids_cpm_gtest(
BUILD_EXPORT_SET ${PROJECT_NAME}-exports
)
rapids_cpm_gtest(BUILD_STATIC)
endif()

list(POP_BACK CMAKE_MESSAGE_CONTEXT)

0 comments on commit cee311e

Please sign in to comment.