rapidsai / rapids-cmake

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

rapids_cpm_gtest(BUILD_STATIC) now doesn't search for a local version #585

Closed robertmaynard closed 4 months ago

robertmaynard commented 4 months ago

Description

This is important so that we don't pick up static system installs of GTest which don't have PIC enabled.

Checklist

vyasr commented 4 months ago

/merge

vyasr commented 4 months ago

Verified that this fixes the issue. This run in rmm succeeded, while the prior run (before this PR) failed