Revision a4d502a5bfc38254ccb49615be8d7070fca6819e authored by Robert Maynard on 27 June 2019, 20:00:01 UTC, committed by Brad King on 01 July 2019, 12:29:10 UTC
Checks added in commit 81b4d10d8f (CUDA: More exhaustive checks to
determine when to do device linking, 2019-05-09, v3.15.0-rc1~82^2)
assumed that CUDA properties would be set only if CUDA is enabled.

We cannot do a device link step if we do not have the CUDA language
enabled.  This was discovered as some projects unconditionally set CUDA
properties such as `CUDA_RESOLVE_DEVICE_SYMBOLS` even when the CUDA
language has not been enabled.

Fixes: #19432
1 parent 7533735
History
File Mode Size
CMakeLists.txt -rw-r--r-- 92 bytes
SBCS.cxx -rw-r--r-- 477 bytes

back to top