You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual CMake variable is CMAKE_CUDA_SEPARABLE_COMPILATION. CUDA_SEPARABLE_COMPILATION snuck in at some point, long in the past, and should be removed.
The text was updated successfully, but these errors were encountered:
CUDA_SEPERABLE_COMPILATION only adds the target property if the target depends on cuda. CMAKE_CUDA_SEPARABLE_COMPILATION adds it globally and forces dependency on cuda.
The actual CMake variable is
CMAKE_CUDA_SEPARABLE_COMPILATION
.CUDA_SEPARABLE_COMPILATION
snuck in at some point, long in the past, and should be removed.The text was updated successfully, but these errors were encountered: