Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeParseImplicitLinkInfo: Better detection of msvc | Robert Maynard | 2022-09-02 | 1 | -1/+4 |
| | | | | Use the compiler id information in addition to checking for `cl.exe`. | ||||
* | CUDA: Do not device link if target has no CUDA usage | Robert Maynard | 2020-01-09 | 1 | -0/+3 |
When CUDA is enabled, and a pure non-CUDA target has CMAKE_CUDA_SEPARABLE_COMPILATION enabled, don't actually perform the device linking step, as it will fail. A target that has CMAKE_CUDA_SEPARABLE_COMPILATION enabled must also have CUDA usage (either itself, or something it links to). Fixes: #20182 |