Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix for RAJA's optional RAJA::roctx dependency
When we specify that `core` depends on `RAJA` in `blt_add_library`, it should transitively depend on RAJA's dependencies. However, the `RAJA::roctx` dependency was not being properly propagated. The latter is present when RAJA is configured with `RAJA_ENABLE_ROCTX`.
- Loading branch information