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:
authorRay Molenkamp <github@lazydodo.com>2018-09-05 02:00:44 +0300
committerRay Molenkamp <github@lazydodo.com>2018-09-05 02:00:44 +0300
commit54ea26f019f24c9fef5693368f46d38198ca411e (patch)
tree75e517608954e3d2ecbafeabd0a7926bc9ca820a
parente1a4d58ecc23a53434e8de73f1b19fa9baf6bca8 (diff)
parent19c7e499e19aadc7d6d7831bd6924de568cd957d (diff)
Merge remote-tracking branch 'origin/master' into blender2.8
-rw-r--r--intern/cycles/app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 936da0075fe..5c2bff96411 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -134,7 +134,7 @@ if(WITH_CYCLES_CUBIN_COMPILER)
# to be build to compile the cubins.
if(MSVC AND NOT CMAKE_CL_64)
message("Building with CUDA not supported on 32 bit, skipped")
- set(WITH_CYCLES_CUDA_BINARIES OFF)
+ set(WITH_CYCLES_CUDA_BINARIES OFF CACHE BOOL "" FORCE)
else()
set(SRC
cycles_cubin_cc.cpp