rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
29 stars 46 forks source link

rapids_cpm_gtest adds support for BUILD_STATIC #576

Closed robertmaynard closed 6 months ago

robertmaynard commented 6 months ago

Description

Extends the BUILD_STATIC option from GBench and NVBench to GTest. This will allow RAPIDS projects to package tests without any testing dependency libraries.

Checklist

robertmaynard commented 6 months ago

Looks good to me. Thanks! Please open an issue (rapidsai/build-planning or this repo) where we can track migration of all RAPIDS packages to use static benchmarks/tests, if one doesn't exist yet.

https://github.com/rapidsai/build-planning/issues/32

robertmaynard commented 6 months ago

/merge