Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Simplify CUDA rpath on macOS | Brad King | 2017-06-21 | 1 | -3/+2 |
| | | | | | Use the `BUILD_RPATH` property and reference the CMake-computed location of the runtime libraries. | ||||
* | CUDA: Fix test cases to not override CUDA flags | Brad King | 2017-02-15 | 1 | -1/+1 |
| | | | | Append to `CMAKE_CUDA_FLAGS` instead of overwriting it. | ||||
* | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 1 | -0/+12 |
An executable using CUDA and C should link as CUDA. |