Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: FindDependency CUDAToolkit (AMReX-Codes#2849)
If we install AMReX with CUDA support using a modern CMake, we need to repopulate targets such as `CUDA::curand` from `find_dependency` for downstream. Downstream users find us via `find_package` and that target link dependency showed up to be unpopulated in MFIX.
- Loading branch information