Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that we can test libcu++ against architectures < 70 (#1475)
* Ensure that we can test libcu++ against architectures < 70 In our header test suite we compile headers that require a certain architecture only against those architectures that actually satisfy the requirement. We missed the case when no architecture satisfy the constraints and we should not test that header at all. Fixes nvbug4541374 * Use `NOT` instead of comparison with empty string
- Loading branch information