You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this override exists, any call to rapids_cpm_thrust will use the override. But any call to rapids_cpm_find(Thrust... won't.
Describe the solution you'd like
Instead of having the activation of an override entry occur on the call to rapids_cpm_<pkg> it should happen on rapids_cpm_package_override. For this to work properly with rapids_cpm_find we will need to store the relevant information with FetchContent_Declare
The text was updated successfully, but these errors were encountered:
This means that overrides for packages like thrust still work
when the caller uses `FetchContent`, `CPMAddPackage`, or
`rapids_cpm_find` instead of `rapids_cpm_<pkg>`.
Fixesrapidsai#152
This means that overrides for packages like thrust still work
when the caller uses `FetchContent`, `CPMAddPackage`, or
`rapids_cpm_find` instead of `rapids_cpm_<pkg>`.
Fixesrapidsai#152
This means that overrides for packages like thrust still work
when the caller uses `FetchContent`, `CPMAddPackage`, or
`rapids_cpm_find` instead of `rapids_cpm_<pkg>`.
Fixesrapidsai#152
This means that overrides for packages like thrust still work when the caller uses `FetchContent`, `CPMAddPackage`, or
`rapids_cpm_find` instead of `rapids_cpm_<pkg>`.
Fixes#152
Authors:
- Robert Maynard (https://github.com/robertmaynard)
Approvers: None
URL: #164
Is your feature request related to a problem? Please describe.
Presume the following
override.json
:When this override exists, any call to
rapids_cpm_thrust
will use the override. But any call torapids_cpm_find(Thrust...
won't.Describe the solution you'd like
Instead of having the activation of an override entry occur on the call to
rapids_cpm_<pkg>
it should happen onrapids_cpm_package_override
. For this to work properly withrapids_cpm_find
we will need to store the relevant information withFetchContent_Declare
The text was updated successfully, but these errors were encountered: