diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-01-07 16:49:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-01-09 16:02:17 (GMT) |
commit | 071c4f1a2a44de1e3e9d2c5ce22a661edf334f8b (patch) | |
tree | 03a09c76b2393ac69c4f2bea10c87afa26111807 /Source/cmVariableWatch.h | |
parent | 5b43aa775507c974284bbae2e6bd13e11caec80d (diff) | |
download | CMake-071c4f1a2a44de1e3e9d2c5ce22a661edf334f8b.zip CMake-071c4f1a2a44de1e3e9d2c5ce22a661edf334f8b.tar.gz CMake-071c4f1a2a44de1e3e9d2c5ce22a661edf334f8b.tar.bz2 |
CUDA: Do not device link if target has no CUDA usage
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
Diffstat (limited to 'Source/cmVariableWatch.h')
0 files changed, 0 insertions, 0 deletions