Cmake: Remove warning for pre CUDA 5.0 Toolkit, not supported anymore

This commit is contained in:
Thomas Dinges
2014-06-30 12:37:04 +02:00
parent 7dbedf6d4a
commit 7b5221c6da

View File

@@ -168,8 +168,6 @@ if(WITH_CYCLES_CUDA_BINARIES)
if(CUDA_VERSION LESS 60 AND ${arch} MATCHES "sm_50")
message(WARNING "Can't build kernel for CUDA sm_50 architecture, skipping")
elseif(CUDA_VERSION LESS 50 AND ${arch} MATCHES "sm_35")
message(WARNING "Can't build kernel for CUDA sm_35 architecture, skipping")
else()
add_custom_command(
OUTPUT ${cuda_cubin}