Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-06-30 14:37:04 +0400
committerThomas Dinges <blender@dingto.org>2014-06-30 14:37:34 +0400
commit7b5221c6dab6c5d45b358865e8839c3c7e3d4fa6 (patch)
treea0088a59e08b555a82c65c01babb0b6c24c9014b /intern
parent7dbedf6d4ac719d5e452091d82d902cf99c47471 (diff)
Cmake: Remove warning for pre CUDA 5.0 Toolkit, not supported anymore
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/kernel/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index 281dc41fff2..2ff6b53b0a5 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -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}