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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-06 17:19:25 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-18 02:53:25 +0300
commitfee4b646c451303a78baef3cbf031e9e0f771373 (patch)
treed94da05b3b54af47cbcba5d02af77b52e6ac2fc9 /intern/cycles/app
parent1dcd7db73d13443c59dd824abd9cacbf6bc88997 (diff)
Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index a8e0297aeaa..d1f86a5fe7d 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -126,7 +126,8 @@ if(WITH_CYCLES_CUBIN_COMPILER)
# though we are building 32 bit blender a 64 bit cubin_cc will have
# to be build to compile the cubins.
if(MSVC AND NOT CMAKE_CL_64)
- Message("cycles_cubin_cc not supported on x86")
+ message("Building with CUDA not supported on 32 bit, skipped")
+ set(WITH_CYCLES_CUDA_BINARIES OFF)
else()
set(SRC
cycles_cubin_cc.cpp